Bug 769095. Enforce maximum icon size for nsIAlertsService's notification. r=dao

This commit is contained in:
Felipe Gomes 2012-07-14 01:00:58 -07:00
parent 9fd417c8d9
commit 9a38000564
2 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,11 @@
min-width: 46px;
}
#alertImage {
max-width: 48px;
max-height: 48px;
}
.alertTitle {
font-weight: bold;
}

View File

@ -32,6 +32,11 @@
font-weight: bold;
}
#alertImage {
max-width: 48px;
max-height: 48px;
}
.alertText {
-moz-margin-end: 6px;
}