From a3d44b5fd050639eb2d09f4ce667b44bb006d47c Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Thu, 3 Jul 2008 12:16:57 +0000 Subject: [PATCH] recompiled styles.css svn changeset:5025/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 4ce98f04b1..06f9d69672 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -61,8 +61,24 @@ overflow: visible; padding-left: 10px; padding-right: 10px; + width: expression(this.offsetWidth + "px"); } + +/* Error indicator on checkbox fix for IE6 */ +* html .i-checkbox * { display: block; float: left;} +* html .i-checkbox .i-errorindicator {padding-right:4px;} + +/* Error indicator on checkbox fix for IE7 */ +*+ html .i-checkbox * { display: block; float: left;} +*+ html .i-checkbox .i-errorindicator {padding-right:7px;} + +/* Error indicator on button fix for IE7 */ +*+ html button .i-errorindicator { display:inline; padding-right:5px; } + +/* Error indicator on button fix for IE6 */ +* html button .i-errorindicator { display:inline; padding-right:5px;} + /* Disabled by default .i-checkbox-error { -- 2.39.5