]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #1897 : IOrderedLayoutVertical: Centered/right captionless texfield pushes...
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 3 Jul 2008 15:41:08 +0000 (15:41 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 3 Jul 2008 15:41:08 +0000 (15:41 +0000)
svn changeset:5040/svn branch:trunk

WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css
WebContent/ITMILL/themes/tests-tickets/styles.css

index 60832fd639f9510432abb2490209afa7e49215f0..422fb82cfb64b906d7665c1e1757fd3131326d7b 100644 (file)
@@ -29,4 +29,7 @@
 .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-c, .i-orderedlayout-w { display: block; }
\ No newline at end of file
+.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 f7d190e226ba8af5e3dbb99d7db753b120079ca5..7f558c42b839ef62729ed7bb8a3c3f9d7993f8a9 100644 (file)
@@ -17,6 +17,7 @@
        background-color: #eee; 
 }
 
+
 /*****************************************************************************/
 /* Ticket 1857                                                               */
 /*****************************************************************************/