From: Marc Englund Date: Thu, 3 Jul 2008 10:23:12 +0000 (+0000) Subject: Fixes #1841 (streched buttons in IE). X-Git-Tag: 6.7.0.beta1~4503 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2acb6944229c7deff4acafcaee7b9be164b3e4aa;p=vaadin-framework.git Fixes #1841 (streched buttons in IE). svn changeset:5020/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/button/button.css b/WebContent/ITMILL/themes/default/button/button.css index 7f61f72040..963fd2247f 100644 --- a/WebContent/ITMILL/themes/default/button/button.css +++ b/WebContent/ITMILL/themes/default/button/button.css @@ -30,6 +30,7 @@ overflow: visible; padding-left: 10px; padding-right: 10px; + width: expression(this.offsetWidth + "px"); }