summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/base/gridlayout/gridlayout.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/ITMILL/themes/base/gridlayout/gridlayout.css')
-rw-r--r--WebContent/ITMILL/themes/base/gridlayout/gridlayout.css36
1 files changed, 15 insertions, 21 deletions
diff --git a/WebContent/ITMILL/themes/base/gridlayout/gridlayout.css b/WebContent/ITMILL/themes/base/gridlayout/gridlayout.css
index c973ba846c..06f958ce03 100644
--- a/WebContent/ITMILL/themes/base/gridlayout/gridlayout.css
+++ b/WebContent/ITMILL/themes/base/gridlayout/gridlayout.css
@@ -1,36 +1,30 @@
-/* Margin values if defined from server side */
.i-gridlayout-margin-top {
- padding-top: 15px;
+ padding-top: 2em;
}
.i-gridlayout-margin-bottom {
- padding-bottom: 15px;
+ padding-bottom: 2em;
}
.i-gridlayout-margin-left {
- padding-left: 18px;
+ padding-left: 2em;
}
.i-gridlayout-margin-right {
- padding-right: 18px;
+ padding-right: 2em;
}
-
-/*
- * 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;
+ padding-left: 1em;
+ padding-top: 1em;
+ overflow: hidden;
}
+.i-gridlayout-spacing,
.i-gridlayout-spacing-off {
- padding-left:0px;
- padding-top:0px;
+ padding-left: 0;
+ padding-top: 0;
}
-
-.i-gridlayout-spacing,
.i-gridlayout-spacing-off {
- padding-left:0px;
- padding-top:0px;
+ overflow: hidden;
}
-
-.i-gridlayout {
- overflow:hidden;
+/* Ensure that resizing gridlayout works in IE */
+.i-ie6 .i-gridlayout,
+.i-ie7 .i-gridlayout {
+ overflow: hidden;
} \ No newline at end of file