Bug 598918 - Hiding the statusbar-resizerpanel isn't theme specific, move it to content CSS. r=dietrich

This commit is contained in:
Dão Gottwald 2010-09-24 09:30:21 +02:00
Родитель 4231d61d06
Коммит d1ab7eb5a6
4 изменённых файлов: 5 добавлений и 15 удалений

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

@ -421,3 +421,8 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m
#geolocation-notification {
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#geolocation-notification");
}
/* Remove the resizer from the statusbar compatibility shim */
#status-bar > .statusbar-resizerpanel {
display: none;
}

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

@ -1762,11 +1762,6 @@ panel[dimmed="true"] {
opacity: 0.5;
}
/* Remove the resizer from the statusbar compatibility shim */
#status-bar .statusbar-resizerpanel {
display: none;
}
/* Vertically-center the statusbar compatibility shim, because
toolbars, even in small-icon mode, are a bit taller than
statusbars. */

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

@ -2262,11 +2262,6 @@ panel[dimmed="true"] {
opacity: 0.5;
}
/* Remove the resizer from the statusbar compatibility shim */
#status-bar .statusbar-resizerpanel {
display: none;
}
/* Vertically-center the statusbar compatibility shim, because
toolbars, even in small-icon mode, are a bit taller than
statusbars. Also turn off the statusbar border. On Windows

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

@ -2164,11 +2164,6 @@ panel[dimmed="true"] {
opacity: 0.5;
}
/* Remove the resizer from the statusbar compatibility shim */
#status-bar .statusbar-resizerpanel {
display: none;
}
/* Vertically-center the statusbar compatibility shim, because
toolbars, even in small-icon mode, are a bit taller than
statusbars. Also turn off the statusbar border. On Windows