]> source.dussan.org Git - vaadin-framework.git/commitdiff
OrderedLayout css cleanup
authorArtur Signell <artur.signell@itmill.com>
Fri, 24 Oct 2008 13:09:52 +0000 (13:09 +0000)
committerArtur Signell <artur.signell@itmill.com>
Fri, 24 Oct 2008 13:09:52 +0000 (13:09 +0000)
svn changeset:5712/svn branch:trunk

WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css

index 43c26d19d3c00048d3b7e6985ff17b17701e65c2..857b7f03561ae98ab95d802fbd179c4c38904ff7 100644 (file)
@@ -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;
 }
 .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