Bug 606160 - CSS updates for fx button after caption button padding changes. r=dao, a=final.

This commit is contained in:
Jim Mathies 2010-11-29 10:19:17 -06:00
parent b21144bb17
commit 36b309be82
2 changed files with 15 additions and 9 deletions

View File

@ -72,6 +72,13 @@
}
}
@media not all and (-moz-windows-compositor) {
/* aero basic, which is a default windows theme */
#appmenu-button:-moz-system-metric(windows-theme-aero) {
margin-bottom: 1px;
}
}
@media all and (-moz-windows-compositor) {
/* these should be hidden w/glass enabled. windows draws it's own buttons. */
.titlebar-button {

View File

@ -123,7 +123,13 @@
0 1px 1.5px rgba(0,0,0,.5);
font-weight: bold;
padding: 0 1.5em .05em;
margin: 0;
margin: 0 0 2px;
}
@media all and (-moz-windows-classic) {
#appmenu-button {
margin-bottom: 1px;
}
}
#main-window[privatebrowsingmode=temporary] #appmenu-button {
@ -343,18 +349,11 @@
}
@media not all and (-moz-windows-classic) {
#titlebar-min,
#titlebar-max {
#titlebar-min {
-moz-margin-end: 2px;
}
}
@media all and (-moz-windows-classic) {
#titlebar-close {
-moz-margin-start: 2px;
}
}
/* ::::: bookmark buttons ::::: */
toolbarbutton.bookmark-item {