Bug 414590 - Move [mode=text] toolbarbutton label styles to browser.css. r=Mano, a=beltzner.

This commit is contained in:
stefanh@inbox.com 2008-01-29 11:28:13 -08:00
parent f1410f1fe6
commit 436622a1a2
2 changed files with 4 additions and 4 deletions

View File

@ -270,6 +270,10 @@ toolbarpaletteitem[place="toolbar"] .places-toolbar-items {
-moz-box-orient: vertical;
}
toolbar[mode="text"] .toolbarbutton-1 > .toolbarbutton-text {
margin: 4px;
}
#nav-bar .toolbarbutton-1 {
padding-top: 0;
padding-bottom: 0;

View File

@ -76,10 +76,6 @@ toolbar[mode="text"] .toolbarbutton-icon {
display: none;
}
toolbar[mode="text"] .toolbarbutton-1 > .toolbarbutton-text, toolbar[mode="text"] .toolbarbutton-1 > stack > toolbarbutton > .toolbarbutton-text {
margin: 4px;
}
/* ::::: toolbarseparator ::::: */
toolbarseparator {