Bug 932719 - Zoom controls percentage label is too narrow when on the toolbar on OS X. r=Gijs

This commit is contained in:
Jared Wein 2013-10-30 15:41:11 -04:00
parent 4954ef4ed5
commit fb2d417ff4
2 changed files with 6 additions and 1 deletions

View File

@ -1405,6 +1405,7 @@ toolbarbutton.bookmark-item > menupopup {
}
#zoom-controls[cui-areatype="toolbar"] > #zoom-reset-button {
min-width: 0;
margin: 0;
}

View File

@ -413,7 +413,11 @@ toolbarbutton.panel-multiview-anchor {
}
#zoom-controls[cui-areatype="toolbar"] > #zoom-reset-button > .toolbarbutton-text {
min-width: 4em;
%ifdef XP_MACOSX
min-width: 6ch;
%else
min-width: 7ch;
%endif
}
#zoom-controls@inAnyPanel@ > #zoom-reset-button {