Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / widgets / _grid.scss
index 9acf0bf..c657ccb 100644 (file)
         zoom: 1;
         overflow: visible !important;
 
-        .#{$prefix}form-field, .#{$prefix}form-display-field {
+        .#{$prefix}form-field {
             font: $grid-row-editor-font;
         }
+        .#{$prefix}form-display-field {
+            font: $grid-row-editor-font;
+            padding-top: 0;
+        }
 
         .#{$prefix}panel-body {
             background-color: $grid-row-editor-background-color;