Bug 457028 - new tab button and tabstrip close button are squeezed on Linux. r=gavin

This commit is contained in:
Dão Gottwald 2008-09-25 19:52:05 +02:00
Родитель f7892928e8
Коммит f29cbc3938
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1296,7 +1296,7 @@ tabpanels {
}
.tabs-newtab-button > .toolbarbutton-icon {
margin: -3px !important;
margin: -1px 0 0;
}
/* Tabstrip close button */
@ -1306,7 +1306,7 @@ tabpanels {
}
.tabs-closebutton > .toolbarbutton-icon {
margin: -3px !important;
margin: 0;
}
/* Tabbrowser arrowscrollbox arrows */