From ecb0728ce624231ec93dedd9be0b2b95e6a9721c Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Tue, 29 Apr 2008 18:57:49 +0000 Subject: [PATCH] Bug 428349: In Addon Manager, the (x) that closes the "No updates were found" message is shifted a bit to the left inside its small box, patch by Jan Darmochwal , r=me, a=damon git-svn-id: svn://10.0.0.236/trunk@250940 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/themes/gnomestripe/global/notification.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/toolkit/themes/gnomestripe/global/notification.css b/mozilla/toolkit/themes/gnomestripe/global/notification.css index 90e056baa5e..b8ed5d92e11 100644 --- a/mozilla/toolkit/themes/gnomestripe/global/notification.css +++ b/mozilla/toolkit/themes/gnomestripe/global/notification.css @@ -32,3 +32,7 @@ notification[type="critical"] { .messageCloseButton { list-style-image: url("moz-icon://stock/gtk-close?size=menu"); } + +.messageCloseButton > .toolbarbutton-icon { + margin: 0px !important; +}