Bug 433154 - Notification bar close button is too big, description isn't vertically centered. r=ventnor

This commit is contained in:
Dão Gottwald 2009-06-11 00:54:22 +02:00
parent 01c6104613
commit 711864bd04
2 changed files with 17 additions and 0 deletions

View File

@ -296,6 +296,11 @@ label[disabled="true"] {
border: 1px dotted -moz-DialogText;
}
notification > button {
margin-top: 0;
margin-bottom: 0;
}
/* :::::: autoscroll popup ::::: */
.autoscroller {

View File

@ -15,6 +15,16 @@ notification[type="critical"] {
color: white;
}
.notification-inner {
padding-top: 1px;
padding-bottom: 1px;
}
.messageText {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.messageImage {
width: 16px;
height: 16px;
@ -38,4 +48,6 @@ notification[type="critical"] .messageImage {
.messageCloseButton {
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
margin-top: 0;
margin-bottom: 0;
}