]> source.dussan.org Git - vaadin-framework.git/commitdiff
recompiled styles.css
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 3 Jul 2008 12:16:57 +0000 (12:16 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 3 Jul 2008 12:16:57 +0000 (12:16 +0000)
svn changeset:5025/svn branch:trunk

WebContent/ITMILL/themes/default/styles.css

index 4ce98f04b1b852cc37d3ac3b4e4f93abc7c27824..06f9d696727c869ebbb630c2e7b0b2b672fcdad2 100644 (file)
        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 {