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

This commit is contained in:
gavin@gavinsharp.com 2008-04-29 11:57:49 -07:00
Родитель 4813a9e36f
Коммит 2498f1f69a
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -32,3 +32,7 @@ notification[type="critical"] {
.messageCloseButton { .messageCloseButton {
list-style-image: url("moz-icon://stock/gtk-close?size=menu"); list-style-image: url("moz-icon://stock/gtk-close?size=menu");
} }
.messageCloseButton > .toolbarbutton-icon {
margin: 0px !important;
}