From: Joonas Lehtinen Date: Thu, 3 Jul 2008 15:41:08 +0000 (+0000) Subject: Fixes #1897 : IOrderedLayoutVertical: Centered/right captionless texfield pushes... X-Git-Tag: 6.7.0.beta1~4483 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f8d064c6e73e16cd9979b74ef69fb6ab90c0fece;p=vaadin-framework.git Fixes #1897 : IOrderedLayoutVertical: Centered/right captionless texfield pushes error indicator to next line on FF3 Mac and on Safari3 svn changeset:5040/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css index 60832fd639..422fb82cfb 100644 --- a/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css +++ b/WebContent/ITMILL/themes/default/orderedlayout/orderedlayout.css @@ -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; } diff --git a/WebContent/ITMILL/themes/tests-tickets/styles.css b/WebContent/ITMILL/themes/tests-tickets/styles.css index f7d190e226..7f558c42b8 100644 --- a/WebContent/ITMILL/themes/tests-tickets/styles.css +++ b/WebContent/ITMILL/themes/tests-tickets/styles.css @@ -17,6 +17,7 @@ background-color: #eee; } + /*****************************************************************************/ /* Ticket 1857 */ /*****************************************************************************/