Bug 631192. Overlay with status messages is misaligned with aero glass in non-maximized windows. r+a=gavin

This commit is contained in:
Dão Gottwald 2011-02-07 19:48:16 -08:00
parent fe5f4d4bdd
commit 47f111cfba

View File

@ -234,6 +234,12 @@
text-shadow: none;
}
#main-window[sizemode=normal]:not([inFullscreen=true]) .statuspanel-inner {
/* align with the browser's side borders */
padding-left: 1px;
padding-right: 1px;
}
#allTabs-panel,
#ctrlTab-panel {
background: transparent;