mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Bug 626099 - Sync setup wizard: No space between links on manual sign in page. r+a=mconnor
This commit is contained in:
parent
a5edf72e19
commit
1823456ffd
@ -320,7 +320,7 @@
|
||||
<label class="text-link"
|
||||
value="&resetPassword.label;"
|
||||
onclick="gSyncUtils.resetPassword(); return false;"/>
|
||||
</row>
|
||||
</row>
|
||||
<row align="center">
|
||||
<label control="existingServer"
|
||||
value="&server.label;"/>
|
||||
@ -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