]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #2184, checkboxes were displayed inline in IE
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 5 Nov 2008 12:52:33 +0000 (12:52 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 5 Nov 2008 12:52:33 +0000 (12:52 +0000)
svn changeset:5820/svn branch:trunk

WebContent/ITMILL/themes/default/select/select.css
WebContent/ITMILL/themes/default/styles.css

index 9de0b293a506fc0d87eefe6b27ef056f66a393da..b56c6bc2f25742de4de58b51903a1a4d276880c7 100644 (file)
 \r
 .i-select-optiongroup .i-select-option {\r
        display: block;\r
-       white-space: nowrap;\r
-}\r
+       white-space: nowrap;
+       /* really mean block for IE */
+       zoom: 1;
+}
 \r
 .i-select-select {\r
        /*\r
index a38b1055047aa2849961d23e75a7c662872ea9e7..ad0782b8275f8352fe07bb51047a41a1906cc230 100644 (file)
@@ -1134,6 +1134,8 @@ input.i-modified,
 .i-select-optiongroup .i-select-option {
        display: block;
        white-space: nowrap;
+       /* really mean block for IE */
+       zoom: 1;
 }
 
 .i-select-select {