diff options
Diffstat (limited to 'WebContent/ITMILL/themes/default/expandlayout/expandlayout.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/expandlayout/expandlayout.css | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/expandlayout/expandlayout.css b/WebContent/ITMILL/themes/default/expandlayout/expandlayout.css new file mode 100644 index 0000000000..f4ed9c6e7a --- /dev/null +++ b/WebContent/ITMILL/themes/default/expandlayout/expandlayout.css @@ -0,0 +1,43 @@ +.i-expandlayout-lo-table { + margin:0; + padding:0; + height:100%; + border:0; + border-spacing: 0; +} +.i-expandlayout-lo-td { + margin:0; + padding:0; + height:100%; + border:0; +} + +.i-expandlayout-valign { + margin:0; + padding:0; + border:0; + border-collapse:collapse; + border-spacing:0; + height:100%; + width:100%; +} + +.i-expandlayout-margin-top { + padding-top: 15px; +} +.i-expandlayout-margin-right { + padding-right: 18px; +} +.i-expandlayout-margin-bottom { + padding-bottom: 15px; +} +.i-expandlayout-margin-left { + padding-left: 18px; +} + +.i-expandlayout-vspacing { + margin-top: 8px; +} +.i-expandlayout-hspacing { + margin-left: 8px; +} |