]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix for #1841 (streched, pixellated buttons in IE); width:1px in IE6 so that the...
authorMarc Englund <marc.englund@itmill.com>
Thu, 3 Jul 2008 09:03:13 +0000 (09:03 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 3 Jul 2008 09:03:13 +0000 (09:03 +0000)
svn changeset:5014/svn branch:trunk

WebContent/ITMILL/themes/default/button/button.css

index 65b4f871729c6af32213c6fc452795c1a77518d5..7f61f720406ff9589298becf0b2e8b1702949077 100644 (file)
@@ -20,6 +20,7 @@
 
 /* fixes streched buttons in IE6 */
 * html .i-button {
+       width: 1px;
        overflow: visible;
        padding-left: 10px;
        padding-right: 10px;
@@ -31,6 +32,7 @@
        padding-right: 10px;
 }
 
+
 /* Disabled by default
 .i-checkbox-error {
        background:transparent;