Bug #303007 --> Tall throbber when auto-update is downloading update in Thunderbird.

Port missing change from winstripe
This commit is contained in:
scott%scott-macgregor.org 2005-08-02 00:11:35 +00:00
Родитель 04d838a825
Коммит 1c0a5b393b
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -115,14 +115,20 @@ wizard[currentpageid="updatesfound"] .wizard-page-box {
margin-top: 6px;
height: 3em !important;
}
#downloadThrobber {
margin: 5px 3px 0px 5px;
list-style-image: url("chrome://global/skin/throbber/Throbber-small.png");
}
#downloadThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
}
#downloadStatusLine {
-moz-box-align: start;
}
#verificationFailedIcon {
list-style-image: url("chrome://global/skin/icons/notfound.png");
margin: 5px 3px 0px 5px;