From 2acb6944229c7deff4acafcaee7b9be164b3e4aa Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 3 Jul 2008 10:23:12 +0000 Subject: [PATCH] Fixes #1841 (streched buttons in IE). svn changeset:5020/svn branch:trunk --- WebContent/ITMILL/themes/default/button/button.css | 1 + 1 file changed, 1 insertion(+) 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"); } -- 2.39.5