fix for 37766, minimising navigation toolbar is useless.

This commit is contained in:
ben%netscape.com 2000-06-06 07:07:30 +00:00
parent e549491b3e
commit 94334e8b26

View File

@ -16,6 +16,11 @@ toolbargrippy
height : 10px;
}
toolbar[collapsed="true"]
{
min-height : 0px;
}
toolbar[collapsed="true"] > toolbargrippy
{
width : 30px;
@ -46,12 +51,12 @@ toolbargrippy:hover
.toolbar-standard
{
color : white;
background-color : #003366;
padding : 0px;
margin : 0px;
border : none;
min-height : 46px;
color : white;
background-color : #003366;
padding : 0px;
margin : 0px;
border : none;
min-height : 46px;
}