зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
0a799593e9
Коммит
208c875629
|
@ -122,6 +122,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
|
||||||
margin: -6px 0 0 !important;
|
margin: -6px 0 0 !important;
|
||||||
-moz-margin-end: -8px !important;
|
-moz-margin-end: -8px !important;
|
||||||
min-width: 14px;
|
min-width: 14px;
|
||||||
|
max-width: 28px;
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-moz-stack-sizing: ignore;
|
-moz-stack-sizing: ignore;
|
||||||
|
|
|
@ -88,6 +88,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
|
||||||
margin: -6px 0 0 !important;
|
margin: -6px 0 0 !important;
|
||||||
-moz-margin-end: -6px !important;
|
-moz-margin-end: -6px !important;
|
||||||
min-width: 14px;
|
min-width: 14px;
|
||||||
|
max-width: 28px;
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-moz-stack-sizing: ignore;
|
-moz-stack-sizing: ignore;
|
||||||
|
|
|
@ -163,6 +163,7 @@ toolbarbutton[type="menu-button"][disabled="true"]:hover:active {
|
||||||
margin: -6px 0 0 !important;
|
margin: -6px 0 0 !important;
|
||||||
-moz-margin-end: -8px !important;
|
-moz-margin-end: -8px !important;
|
||||||
min-width: 14px;
|
min-width: 14px;
|
||||||
|
max-width: 28px;
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-moz-stack-sizing: ignore;
|
-moz-stack-sizing: ignore;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче