Index: /Users/gsilver/sakai-src/sakai-trunk3/evaluation/tool/src/webapp/component-templates/render_block_item.html =================================================================== --- /Users/gsilver/sakai-src/sakai-trunk3/evaluation/tool/src/webapp/component-templates/render_block_item.html (revision 58956) +++ /Users/gsilver/sakai-src/sakai-trunk3/evaluation/tool/src/webapp/component-templates/render_block_item.html (working copy) @@ -12,6 +12,13 @@
+ +
@@ -93,9 +100,9 @@
- - - + + +
@@ -100,9 +107,9 @@ - - - + + +
@@ -130,9 +137,9 @@
- - - + + +
@@ -138,9 +145,9 @@ - - - + + + @@ -168,9 +175,9 @@
- - - + + +
@@ -175,9 +182,9 @@ - - - + + + Index: /Users/gsilver/sakai-src/sakai-trunk3/evaluation/tool/src/webapp/component-templates/render_scaled_item.html =================================================================== --- /Users/gsilver/sakai-src/sakai-trunk3/evaluation/tool/src/webapp/component-templates/render_scaled_item.html (revision 58956) +++ /Users/gsilver/sakai-src/sakai-trunk3/evaluation/tool/src/webapp/component-templates/render_scaled_item.html (working copy) @@ -144,6 +144,12 @@
+ + -
@@ -198,7 +204,7 @@
+ -
@@ -206,9 +212,9 @@
Stepped item text here
-   + +
@@ -217,9 +223,9 @@
- - - + + +
@@ -224,9 +230,9 @@
- - - + + +
Index: /Users/gsilver/sakai-src/sakai-trunk3/evaluation/tool/src/webapp/content/css/evaluation_base.css =================================================================== --- /Users/gsilver/sakai-src/sakai-trunk3/evaluation/tool/src/webapp/content/css/evaluation_base.css (revision 58956) +++ /Users/gsilver/sakai-src/sakai-trunk3/evaluation/tool/src/webapp/content/css/evaluation_base.css (working copy) @@ -334,6 +334,22 @@ .steppedRowContainer tr:hover{ background: #eee } .steppedRowContainer tr:hover td{ border-bottom: 1px solid #000 } .steppedRowContainer tr:hover td.exclude{ border: none } + + +/* +remove input width in template and use these instead +*/ +.scaleCell span {} +.scaleCell span img {} +.steppedRowContainer td.exclude span span{} +td.exclude input {padding:0px;margin:4px 10px 4px 4px;} +body:first-of-type td.exclude input {padding:0px;margin:4px 12px 4px 4px;} +span.topLabel {} + +/* +remove input width in template and use these instead +*/ + .steppedRowContainer td{ border-top: 1px solid #ccc; border-bottom: 1px solid #ccc @@ -361,6 +377,9 @@ .alertMessage ul{ padding: 0; margin: 0; list-style: none } .alertMessage ul li{ padding: 0; margin: 0; list-style: none } +/* +.label {outline:1px solid lime !important;width:40%;} +*/ .validFail{ /*class applied to the outermost parent of an element that has failed validation, can be styled, or children can be style as below*/} .validFail .label{ color: #b11; font-weight: bold } .validFail label{ color: #000 !important }