mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 626099 - Sync setup wizard: No space between links on manual sign in page. r+a=mconnor
This commit is contained in:
parent
9f229ea103
commit
5b9b9f729b
@ -370,11 +370,14 @@
|
||||
<description>
|
||||
&existingSyncKey.description;
|
||||
<label class="text-link"
|
||||
value="&addDevice.showMeHow.label;"
|
||||
href="https://services.mozilla.com/sync/help/manual-setup"/>
|
||||
href="https://services.mozilla.com/sync/help/manual-setup">
|
||||
&addDevice.showMeHow.label;
|
||||
</label>
|
||||
<spacer id="passphraseHelpSpacer"/>
|
||||
<label class="text-link"
|
||||
value="&resetSyncKey.label;"
|
||||
onclick="gSyncUtils.resetPassphrase(); return false;"/>
|
||||
onclick="gSyncUtils.resetPassphrase(); return false;">
|
||||
&resetSyncKey.label;
|
||||
</label>
|
||||
</description>
|
||||
</vbox>
|
||||
</wizardpage>
|
||||
|
@ -105,6 +105,10 @@ description > .text-link:focus {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#passphraseHelpSpacer {
|
||||
width: 0.5em;
|
||||
}
|
||||
|
||||
#add-device-throbber > image,
|
||||
#login-throbber > image {
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
|
@ -104,6 +104,10 @@ description > .text-link:focus {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#passphraseHelpSpacer {
|
||||
width: 0.5em;
|
||||
}
|
||||
|
||||
#add-device-throbber > image,
|
||||
#login-throbber > image {
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
|
@ -105,6 +105,10 @@ description > .text-link:focus {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#passphraseHelpSpacer {
|
||||
width: 0.5em;
|
||||
}
|
||||
|
||||
#add-device-throbber > image,
|
||||
#login-throbber > image {
|
||||
list-style-image: url("chrome://global/skin/icons/loading_16.png");
|
||||
|
Loading…
Reference in New Issue
Block a user