Bug 1207225 - Set the maximum width of a toolbarbutton-badge. ui-r=maritz r=gijs f=zer0

--HG--
extra : rebase_source : f0ceb3f78688302a51ac33d934e61f0194bf904f
This commit is contained in:
Blake Winton 2015-09-28 10:59:44 -04:00
Родитель 0a799593e9
Коммит 208c875629
3 изменённых файлов: 3 добавлений и 0 удалений

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

@ -122,6 +122,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
margin: -6px 0 0 !important;
-moz-margin-end: -8px !important;
min-width: 14px;
max-width: 28px;
line-height: 10px;
text-align: center;
-moz-stack-sizing: ignore;

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

@ -88,6 +88,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
margin: -6px 0 0 !important;
-moz-margin-end: -6px !important;
min-width: 14px;
max-width: 28px;
line-height: 10px;
text-align: center;
-moz-stack-sizing: ignore;

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

@ -163,6 +163,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
margin: -6px 0 0 !important;
-moz-margin-end: -8px !important;
min-width: 14px;
max-width: 28px;
line-height: 10px;
text-align: center;
-moz-stack-sizing: ignore;