From c2c5fee5ecbfb234c4f3abfc15fcaaae4083ffce Mon Sep 17 00:00:00 2001 From: "mozilla.mano%sent.com" Date: Wed, 17 May 2006 19:49:26 +0000 Subject: [PATCH] Bug 319355 - download manager 'Clean Up' button is too close to the window resize widget. r=mconnor. git-svn-id: svn://10.0.0.236/trunk@197884 18797224-902f-48f8-a5cc-f745e15eee43 --- .../toolkit/themes/pinstripe/mozapps/downloads/downloads.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/toolkit/themes/pinstripe/mozapps/downloads/downloads.css b/mozilla/toolkit/themes/pinstripe/mozapps/downloads/downloads.css index 0326e685e03..8b4e1746fca 100644 --- a/mozilla/toolkit/themes/pinstripe/mozapps/downloads/downloads.css +++ b/mozilla/toolkit/themes/pinstripe/mozapps/downloads/downloads.css @@ -17,11 +17,11 @@ } -#cleanUpButton, #optionsButton { +#cleanUpButton { -moz-appearance: button-bevel; min-width: 1px; padding: 3px 6px; - margin: 0; + margin: 0 10px 0 0; } #commandBarSeparator {