From 5b53447889b960d6737a13e40d90338189102e99 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 24 Oct 2008 13:09:52 +0000 Subject: [PATCH] OrderedLayout css cleanup svn changeset:5712/svn branch:trunk --- .../default/orderedlayout/orderedlayout.css | 25 +++++++------------ 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css index 43c26d19d3..857b7f0356 100644 --- a/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css +++ b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css @@ -1,12 +1,19 @@ +.i-orderedlayout { + overflow: hidden; +} + .i-orderedlayout-margin-top { padding-top: 15px; } + .i-orderedlayout-margin-right { padding-right: 18px; } + .i-orderedlayout-margin-bottom { padding-bottom: 15px; } + .i-orderedlayout-margin-left { padding-left: 18px; } @@ -14,21 +21,7 @@ .i-orderedlayout-vspacing { padding-top: 8px; } + .i-orderedlayout-hspacing { padding-left: 8px; -} - -/* Placing error indicator right after the widget with empty caption */ -.i-orderedlayout-c * { float:left;} -.i-orderedlayout-w-e { float:left;} -* html .i-orderedlayout-c, * html .i-orderedlayout-w { height: 1%; } -.i-orderedlayout-c { float:left; display: block;} -.i-orderedlayout-w:after, .i-orderedlayout-c:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} -*+ html .i-orderedlayout-c { float:none; } -* html .i-orderedlayout-c { float:none; } +} \ No newline at end of file -- 2.39.5