Bug 428764 - CSS and packaging changes (/toolkit) for APNG throbber. r/ui-r/a1.9=beltzner

This commit is contained in:
dolske@mozilla.com 2008-04-18 00:40:53 -07:00
parent b093864cba
commit 9255f35c65
6 changed files with 12 additions and 12 deletions

View File

@ -207,7 +207,7 @@ richlistitem[loading="true"] .updateBadge {
height: 16px;
margin-bottom: -3px;
-moz-margin-end: -2px;
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
-moz-image-region: auto;
}
@ -215,7 +215,7 @@ richlistitem[loading="true"] .updateBadge {
-moz-margin-start: 5px;
width: 16px;
height: 16px;
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
.selectedStatusMsgs > hbox {

View File

@ -48,7 +48,7 @@ license {
margin-top: 3px;
}
.licenseLoadingThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
.licenseLoadingThrobber[state="error"] {
list-style-image: url("chrome://global/skin/icons/notfound.png");
@ -105,10 +105,10 @@ wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-bo
}
#downloadThrobber {
margin: 5px 3px 0px 5px;
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
}
#downloadThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
#downloadStatusLine {
-moz-box-align: start;

View File

@ -197,7 +197,7 @@ richlistitem[loading="true"] .updateBadge {
height: 16px;
margin-bottom: -3px;
-moz-margin-end: -2px;
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
-moz-image-region: auto;
}
@ -205,7 +205,7 @@ richlistitem[loading="true"] .updateBadge {
-moz-margin-start: 5px;
width: 16px;
height: 16px;
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
.selectedStatusMsgs > hbox {

View File

@ -3,7 +3,7 @@
}
.throbber {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
width: 16px;
height: 16px;
margin-top: 5px;

View File

@ -89,7 +89,7 @@ toolbarbutton[type="updates"][severity="2"] > .toolbarbutton-icon {
}
.throbber {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
width: 16px;
height: 16px;
margin-top: 5px;

View File

@ -48,7 +48,7 @@ license {
margin-top: 3px;
}
.licenseLoadingThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
.licenseLoadingThrobber[state="error"] {
list-style-image: url("chrome://global/skin/icons/notfound.png");
@ -105,10 +105,10 @@ wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-bo
}
#downloadThrobber {
margin: 5px 3px 0px 5px;
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
list-style-image: url("chrome://global/skin/icons/notloading_16.png");
}
#downloadThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/loading_16.png");
}
#downloadStatusLine {
-moz-box-align: start;