зеркало из https://github.com/mozilla/gecko-dev.git
Bug 609127 - Window resizer interferes with items in the add-on bar. r=enn a=dietrich
This commit is contained in:
Родитель
c583e36b08
Коммит
aee4e705d4
|
@ -1002,7 +1002,7 @@
|
|||
<toolbarbutton id="addonbar-closebutton"
|
||||
tooltiptext="&addonBarCloseButton.tooltip;"
|
||||
oncommand="setToolbarVisibility(this.parentNode, false);"/>
|
||||
<statusbar id="status-bar"/>
|
||||
<statusbar id="status-bar" ordinal="1000"/>
|
||||
</toolbar>
|
||||
</vbox>
|
||||
|
||||
|
|
|
@ -2321,6 +2321,7 @@ panel[dimmed="true"] {
|
|||
|
||||
#addon-bar {
|
||||
min-height: 18px;
|
||||
padding-right: 16px; /* replace with -moz-padding-end when/if bug 631729 gets fixed */
|
||||
}
|
||||
|
||||
#addon-bar:not(:-moz-lwtheme) {
|
||||
|
@ -2329,6 +2330,7 @@ panel[dimmed="true"] {
|
|||
|
||||
#status-bar {
|
||||
-moz-appearance: none;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#status-bar > statusbarpanel {
|
||||
|
|
|
@ -140,6 +140,7 @@ statusbar {
|
|||
Prevents hiding of scrollbars in browser when window is made smaller.*/
|
||||
min-height: 15px !important;
|
||||
margin: 0px !important;
|
||||
/* need to use -moz-padding-end when/if bug 631729 gets fixed: */
|
||||
padding: 0px 16px 1px 1px;
|
||||
-moz-appearance: statusbar;
|
||||
text-shadow: rgba(255, 255, 255, 0.4) 0 1px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче