From 1c7c7cf34a44e5f492a9a7cc80121799425e83ff Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Thu, 3 Jul 2008 16:14:25 +0000 Subject: [PATCH] recompiled css svn changeset:5042/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index ce0a2657d3..126d9020db 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -728,7 +728,10 @@ input.i-modified, .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; } +.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, .i-panel-caption, .i-panel-content, -- 2.39.5