Bug 528750 - Sidebar close button is squeezed, tabstrip closebutton makes the tabstrip higher (browser.tabs.closeButtons=3). r=ventnor

This commit is contained in:
Dão Gottwald 2009-11-15 10:28:39 +01:00
Родитель 31a3c6d5b1
Коммит 0232e53af2
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1268,7 +1268,9 @@ tabpanels {
}
.tabs-closebutton > .toolbarbutton-icon {
margin: 0;
/* XXX Buttons have padding in widget/ that we don't want here but can't override with good CSS, so we must
use evil CSS to give the impression of smaller content */
margin: -2px;
}
/* Tabbrowser arrowscrollbox arrows */