Bug 352675 add busy throbber to "Please wait..." page in software update wizard, fix scrollbar issue from bug #351821 (r=sspitzer)

This commit is contained in:
dietrich%mozilla.com 2006-09-15 00:27:58 +00:00
parent c02f711533
commit 3e564b4e75
3 changed files with 19 additions and 2 deletions

View File

@ -97,10 +97,15 @@
<label id="updateName" crop="right"/>
<separator id="updateNameSep" class="thin"/>
<description id="upgradeEvangelism">&upgrade.evangelism;</description>
<separator id="upgradeEvangelismSep"/>
<separator id="upgradeEvangelismSep" flex="1"/>
<deck id="detailsDeck" flex="1">
<vbox align="start">
<description>&incompatibleChecking.label;</description>
<hbox align="start">
<image id="incompatibleCheckingThrobber"/>
<vbox flex="1">
<description>&incompatibleChecking.label;</description>
</vbox>
</hbox>
</vbox>
<vbox>
<vbox id="moreInfoContent" flex="1">

View File

@ -74,6 +74,12 @@ wizard[currentpageid="updatesfound"] .wizard-page-box {
margin: 1px 0px 4px 3px;
}
#incompatibleCheckingThrobber {
margin-right: 4px;
background-color: transparent;
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
}
#updateMoreInfoURL, #updateMoreInfoURLLabel {
-moz-margin-start: 0px;
-moz-margin-end: 0px;

View File

@ -61,6 +61,12 @@ license {
margin: 1px 5px 4px 3px;
}
#incompatibleCheckingThrobber {
margin-right: 4px;
background-color: transparent;
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
}
wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] {
font-weight: bold;
}