Bug 857626 - fix new tab button on Windows and Linux, r=dao

--HG--
extra : rebase_source : 3897a736ee04936ce73ddfc5073e09e77472aa8e
This commit is contained in:
Gijs Kruitbosch 2013-04-25 00:57:28 +02:00
Родитель 48d2378234
Коммит 7daa0ff021
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -1679,6 +1679,10 @@ toolbar[iconsize="small"] #bookmarks-menu-button[starred],
-moz-image-region: auto;
}
.tabs-newtab-button {
-moz-box-align: center;
}
/* Tabstrip close button */
.tabs-closebutton {
list-style-image: url("moz-icon://stock/gtk-close?size=menu");

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

@ -2077,6 +2077,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
border-image: url("chrome://browser/skin/tabbrowser/tab-overflow-border.png") 0 2 0 2 fill;
}
.tabs-newtab-button {
-moz-box-align: center;
}
.tabs-newtab-button > .toolbarbutton-icon {
margin-top: -1px;
margin-bottom: -1px;