diff --git a/webshell/tests/viewer/samples/toolbarTest1.xul b/webshell/tests/viewer/samples/toolbarTest1.xul index bf78f072e36..064352eb9c9 100644 --- a/webshell/tests/viewer/samples/toolbarTest1.xul +++ b/webshell/tests/viewer/samples/toolbarTest1.xul @@ -11,7 +11,8 @@ You should see a two toolbars with buttons that don't do anything. This test is useful for checking layout -and look/feel of rollover and clicks. +and look/feel of rollover and clicks. Note that the last toolbar is empty, and should be of +normal size because of min-height. @@ -49,6 +50,9 @@ and look/feel of rollover and clicks. + + + diff --git a/webshell/tests/viewer/samples/xulTest.css b/webshell/tests/viewer/samples/xulTest.css index cb527cb06cb..f91b59d4779 100644 --- a/webshell/tests/viewer/samples/xulTest.css +++ b/webshell/tests/viewer/samples/xulTest.css @@ -1,10 +1,12 @@ toolbar { + display:block; background-color: rgb(192,192,192); border-bottom: solid darkGray 1px; border-top: solid white 1px; border-left: solid white 1px; border-right: solid darkGray 1px; font: 10pt sans-serif; + min-height:20px; } toolbar[collapsed="true"] { display:none;