bug 120285 - resizing alert icons. r=andreww,sr=hewitt,a=asa

This commit is contained in:
shliang%netscape.com 2002-03-27 02:18:15 +00:00
parent e67cef4250
commit 6b5de73abf
5 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 B

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 231 B

View File

@ -79,25 +79,25 @@ window.dialog {
/* ::::: alert icons :::::*/
.message-icon {
width: 39px;
width: 46px;
height: 39px;
list-style-image: url("chrome://global/skin/icons/alert-message.gif");
}
.alert-icon {
width: 44px;
width: 46px;
height: 39px;
list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
}
.error-icon {
width: 41px;
width: 46px;
height: 36px;
list-style-image: url("chrome://global/skin/icons/alert-error.gif");
}
.question-icon {
width: 41px;
width: 46px;
height: 36px;
list-style-image: url("chrome://global/skin/icons/alert-question.gif");
}