diff options
Diffstat (limited to 'WebContent/ITMILL/themes/default/gridlayout/gridlayout.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/gridlayout/gridlayout.css | 35 |
1 files changed, 3 insertions, 32 deletions
diff --git a/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css b/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css index 493a952de6..ba3f39bda7 100644 --- a/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css +++ b/WebContent/ITMILL/themes/default/gridlayout/gridlayout.css @@ -1,4 +1,3 @@ -/* Margin values if defined from server side */ .i-gridlayout-margin-top { padding-top: 15px; } @@ -11,35 +10,7 @@ .i-gridlayout-margin-right { padding-right: 18px; } - -/* - * Spacing values used by IGridLayout. (element does not exist in DOM) - * Use padding-left for horizontal spacing and padding-top for vertical. - */ .i-gridlayout-spacing-on { - padding-left:8px; - padding-top:8px; - overflow:hidden; -} -.i-gridlayout-spacing-off { - padding-left:0px; - padding-top:0px; - overflow:hidden; -} - -.i-gridlayout-spacing, -.i-gridlayout-spacing-off { - padding-left:0px; - padding-top:0px; -} - -/* Ensure that resizing gridlayout works in IE */ -* html .i-gridlayout { - overflow:hidden; -} - -*+html .i-gridlayout { - overflow:hidden; -} - - + padding-left: 8px; + padding-top: 8px; +}
\ No newline at end of file |