mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
fixed bug 95482 r=shliang sr=hewitt and bug 103760 r=shliang sr=sfraser (1 px space at bottom of mac classic status bar)
This commit is contained in:
parent
100ce6db38
commit
f39ac20b15
@ -81,6 +81,16 @@ button.plain {
|
||||
{
|
||||
-moz-binding : url(chrome://global/skin/classicBindings.xml#tabs);
|
||||
}
|
||||
|
||||
toolbargrippy
|
||||
{
|
||||
-moz-binding : url("chrome://global/skin/classicBindings.xml#toolbargrippy");
|
||||
}
|
||||
toolbargrippy[tbgrippy-collapsed="true"]
|
||||
{
|
||||
-moz-binding : url("chrome://global/skin/classicBindings.xml#toolbargrippy-collapsed");
|
||||
}
|
||||
|
||||
|
||||
.wizard-header
|
||||
{
|
||||
@ -97,6 +107,10 @@ button.plain {
|
||||
-moz-binding: url("chrome://global/content/bindings/menu.xml#menu-iconic") !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* XUL <window> element
|
||||
**/
|
||||
@ -179,6 +193,8 @@ button.plain {
|
||||
overflow : hidden;
|
||||
border-right : 1px solid #FFFFFF;
|
||||
border-bottom : 1px solid #FFFFFF;
|
||||
margin-bottom : -1px !important;
|
||||
|
||||
/* DON'T DELETE. Removes disappearance of scrollbars
|
||||
* in content pane when window is made smaller.
|
||||
* Talk to evaughan@netscape.com for details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user