fix #7281 - fix column resizing for merged cells
[roojs1] / css / form.css
index e772038..a9dfbc1 100644 (file)
@@ -18,7 +18,9 @@
     position: relative;
     z-index: 2;
 }
-
+.x-form-displayfield { 
+    padding-top: 3px;
+}
 .x-form-label-right label
 {
     text-align: right;
@@ -160,7 +162,7 @@ on our demo's this is far to small
 .x-form-invalid
 {
     
-    background: url(../images/default/grid/invalid_line.gif) repeat-x 0 16px;
+    background: #ff0 url(../images/default/grid/invalid_line.gif) repeat-x 0 16px;
     border: 1px solid red  !important;
 }
 textarea.x-form-invalid
@@ -211,9 +213,10 @@ textarea.x-form-invalid
     padding-left: 12px;
     padding-bottom: 7px;
     margin-bottom:9px;
-    
 }
-
+.roo-ie .x-form fieldset {
+    float: left; /*ie borked */
+}
 .x-form fieldset legend {
     font-weight: bold;