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:
andreww%netscape.com 2001-10-19 21:07:12 +00:00
parent 100ce6db38
commit f39ac20b15

View File

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