Bug 1340173 - Stop removing the zoom reset button's vertical margin. r=Gijs

MozReview-Commit-ID: HvhJ0hhigrx

--HG--
extra : rebase_source : 5a84f2394b2d05f6b6de3bd82f9e084ea6d3ee5b
This commit is contained in:
Dão Gottwald 2017-02-16 17:09:15 +01:00
Родитель 7098cf1500
Коммит 7fc0dbdd15
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1435,7 +1435,8 @@ toolbar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
#zoom-controls[cui-areatype="toolbar"]:not([overflowedItem=true]) > #zoom-reset-button {
min-width: 0;
margin: 0;
margin-left: 0;
margin-right: 0;
-moz-box-orient: horizontal;
-moz-box-align: center;
}