mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
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:
parent
c02f711533
commit
3e564b4e75
@ -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">
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user