From fda45ac9d7a9b2b5f3227d78ab31d08a06f12219 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Fri, 24 Oct 2008 07:47:53 +0000 Subject: [PATCH] Fix for #2161 - Safari buttons get clipped svn changeset:5707/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 560b2e849f..cc21bf1b04 100644 --- a/WebContent/ITMILL/themes/default/button/button.css +++ b/WebContent/ITMILL/themes/default/button/button.css @@ -2,6 +2,7 @@ cursor: pointer; font-size: 13px; white-space: nowrap; + margin: 0px; } .i-button img { -- 2.39.5