Backed out changeset 04f5a3303ebf, bug 482681 due to test failures

This commit is contained in:
Markus Stange 2009-06-11 13:14:13 +02:00
parent 6dcf72b416
commit bc3b88c0b5
2 changed files with 3 additions and 5 deletions

View File

@ -50,12 +50,14 @@ button {
/* The margin used here come from the Aqua Human Interface Guidelines,
there should be 12 pixels between two buttons. */
margin: 6px;
padding: 0 9px;
min-width: 79px;
min-height: 22px;
color: ButtonText;
}
.button-text {
margin: 1px 0 !important;
margin: 0 !important;
-moz-margin-start: 3px !important;
-moz-margin-end: 2px !important;
text-align: center;

View File

@ -306,10 +306,6 @@ notification > button:focus {
-moz-box-shadow: 0 0 3px 3px -moz-mac-focusring;
}
notification > button > .button-box > .button-text {
margin: 0 !important;
}
/* :::::: autoscroll popup ::::: */
.autoscroller {