Bug 609127 - Window resizer interferes with items in the add-on bar. r=enn a=dietrich

This commit is contained in:
Dão Gottwald 2011-02-06 15:59:02 +01:00
Родитель c583e36b08
Коммит aee4e705d4
3 изменённых файлов: 4 добавлений и 1 удалений

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

@ -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;