From: Artur Signell Date: Fri, 24 Oct 2008 13:09:52 +0000 (+0000) Subject: OrderedLayout css cleanup X-Git-Tag: 6.7.0.beta1~3938 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5b53447889b960d6737a13e40d90338189102e99;p=vaadin-framework.git OrderedLayout css cleanup svn changeset:5712/svn branch:trunk --- 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