]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #1841 (streched buttons in IE).
authorMarc Englund <marc.englund@itmill.com>
Thu, 3 Jul 2008 10:23:12 +0000 (10:23 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 3 Jul 2008 10:23:12 +0000 (10:23 +0000)
svn changeset:5020/svn branch:trunk

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

index 7f61f720406ff9589298becf0b2e8b1702949077..963fd2247f6266ced386e4b7d1dfdcccc4002b80 100644 (file)
@@ -30,6 +30,7 @@
        overflow: visible;
        padding-left: 10px;
        padding-right: 10px;
+       width: expression(this.offsetWidth + "px");
 }