From f8d064c6e73e16cd9979b74ef69fb6ab90c0fece Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Thu, 3 Jul 2008 15:41:08 +0000 Subject: [PATCH] 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 --- .../ITMILL/themes/default/orderedlayout/orderedlayout.css | 5 ++++- WebContent/ITMILL/themes/tests-tickets/styles.css | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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 */ /*****************************************************************************/ -- 2.39.5