Bug 626099 - Sync setup wizard: No space between links on manual sign in page. r+a=mconnor

This commit is contained in:
Philipp von Weitershausen 2011-01-20 13:54:20 -08:00
parent 9f229ea103
commit 5b9b9f729b
4 changed files with 20 additions and 5 deletions

View File

@ -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>

View File

@ -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");

View File

@ -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");

View File

@ -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");