Bug 923156 - [OSX] Moving the bookmarks toolbar items into the navbar causes weird vertical alignment issues with the navbar and some buttons. r=Gijs

This commit is contained in:
Jared Wein 2014-04-28 14:30:48 -04:00
Родитель 046a8e3e6d
Коммит fdc5a60e2d
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -165,6 +165,11 @@ toolbarseparator {
min-height: 19px; /* 16px button height + 2px padding + 1px margin-bottom */
}
#nav-bar-customization-target > #wrapper-personal-bookmarks > #personal-bookmarks {
min-height: 32px;
-moz-box-align: center;
}
toolbarbutton.chevron {
list-style-image: url("chrome://global/skin/icons/chevron.png");
margin: 1px 0 0;