Shrink width of progressmeter.

This commit is contained in:
hyatt%netscape.com 2002-10-09 08:00:02 +00:00
parent 0eeaf532ea
commit 9eb2f20444

View File

@ -52,7 +52,7 @@ progressmeter {
-moz-border-bottom-colors: ThreeDHighlight -moz-Dialog;
-moz-border-left-colors: ThreeDShadow -moz-Dialog;
background-color: -moz-Dialog;
min-width: 96px;
min-width: 128px;
min-height: 15px;
}
@ -81,4 +81,5 @@ progressmeter[mode="undetermined"] {
-moz-border-right-colors: ThreeDShadow -moz-Dialog;
-moz-border-bottom-colors: ThreeDShadow -moz-Dialog;
-moz-border-left-colors: ThreeDHighlight -moz-Dialog;
min-width: 96px;
}