Bug 483983 - all-tabs button also needs a bottom margin. r=gavin

This commit is contained in:
Dão Gottwald 2009-03-18 20:21:34 +01:00
parent 03957df515
commit e13838e0c2

View File

@ -1299,9 +1299,13 @@ tabpanels {
opacity: 0.0;
}
.tabs-alltabs-button {
margin-bottom: 1px;
}
.tabs-alltabs-button > .toolbarbutton-icon {
list-style-image: url("chrome://browser/skin/tabbrowser/alltabs.png");
margin: 2px 0 2px;
margin: 2px 0 1px;
}
/* Sidebar */