From: Joonas Lehtinen Date: Thu, 3 Jul 2008 12:16:57 +0000 (+0000) Subject: recompiled styles.css X-Git-Tag: 6.7.0.beta1~4498 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a3d44b5fd050639eb2d09f4ce667b44bb006d47c;p=vaadin-framework.git recompiled styles.css svn changeset:5025/svn branch:trunk --- 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 {