]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #1912 : IOrderedLayout regression - captionless fields dont clear floats properly
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 4 Jul 2008 12:33:50 +0000 (12:33 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 4 Jul 2008 12:33:50 +0000 (12:33 +0000)
svn changeset:5063/svn branch:trunk

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

index 20bd173f53a9765926f932994c73fc20b1305f18..cc66eda0b709ac36d98cbcce6848869acf03d8b8 100644 (file)
@@ -26,17 +26,17 @@ i-orderedlayout-margin-top {
 */
 
 /* Placing error indicator right after the widget with empty caption */
-.i-orderedlayout-w:after, .i-orderedlayout-c:after {
+.i-orderedlayout-c * { float:left; display: block;}
+.i-orderedlayout-w-e { float:left;}
+* html .i-orderedlayout-c, * html .i-orderedlayout-w { height: 1%; }
+.i-orderedlayout-w { display: block; }
+.i-orderedlayout-c { float:left; display: block;}
+.i-orderedlayout-w:after, .i-orderedlayout-c:after  {
        content: ".";
        display: block;
        height: 0;
     clear: both;
     visibility: hidden;
 }
-.i-orderedlayout-c * { float:left; display: block;}
-.i-orderedlayout-w-e { float:left;}
-* html .i-orderedlayout-c, * html .i-orderedlayout-w { height: 1%; }
-.i-orderedlayout-w { display: block; }
-.i-orderedlayout-c { float:left; display: block;}
 *+ html .i-orderedlayout-c { float:none; }
 * html .i-orderedlayout-c { float:none; }
index a633b07a368c44465335fe2f35e346fa9b9e3a87..99f9cfae239f5c65d75198cd7288cd91de1316ce 100644 (file)
@@ -725,18 +725,18 @@ i-orderedlayout-margin-top {
 */
 
 /* Placing error indicator right after the widget with empty caption */
-.i-orderedlayout-w:after, .i-orderedlayout-c:after {
+.i-orderedlayout-c * { float:left; display: block;}
+.i-orderedlayout-w-e { float:left;}
+* html .i-orderedlayout-c, * html .i-orderedlayout-w { height: 1%; }
+.i-orderedlayout-w { display: block; }
+.i-orderedlayout-c { float:left; display: block;}
+.i-orderedlayout-w:after, .i-orderedlayout-c:after  {
        content: ".";
        display: block;
        height: 0;
     clear: both;
     visibility: hidden;
 }
-.i-orderedlayout-c * { float:left; display: block;}
-.i-orderedlayout-w-e { float:left;}
-* html .i-orderedlayout-c, * html .i-orderedlayout-w { height: 1%; }
-.i-orderedlayout-w { display: block; }
-.i-orderedlayout-c { float:left; display: block;}
 *+ html .i-orderedlayout-c { float:none; }
 * html .i-orderedlayout-c { float:none; }
 .i-panel,