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 <jdarmochwal@gmx.de>, r=me, a=damon

git-svn-id: svn://10.0.0.236/trunk@250940 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2008-04-29 18:57:49 +00:00
parent 1d9430873a
commit ecb0728ce6

View File

@@ -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;
}