Bug 1196229 - Make link to manage the Firefox Account in Sync settings a link. r=markh

This commit is contained in:
Edouard Oger 2015-08-24 10:04:00 -04:00
parent 636151a63b
commit 1d7901d83e
4 changed files with 18 additions and 15 deletions

View File

@ -211,10 +211,10 @@
</vbox>
<vbox flex="1">
<label id="signedOutAccountBoxTitle">&signedOut.accountBox.title;</label>
<description class="fxaAccountBoxButtons">
<hbox class="fxaAccountBoxButtons" align="center">
<button id="noFxaSignUp">&signedOut.accountBox.create;</button>
<button id="noFxaSignIn">&signedOut.accountBox.signin;</button>
</description>
</hbox>
</vbox>
</hbox>
</vbox>
@ -251,10 +251,10 @@
<vbox flex="1">
<label id="fxaEmailAddress1"/>
<label id="fxaDisplayName" hidden="true"/>
<description class="fxaAccountBoxButtons">
<button id="verifiedManage">&manage.label;</button>
<button id="fxaUnlinkButton">&disconnect.label;</button>
</description>
<hbox class="fxaAccountBoxButtons" align="center">
<vbox flex="1"><button id="fxaUnlinkButton">&disconnect.label;</button></vbox>
<vbox flex="1"><label id="verifiedManage" class="text-link">&manageAccount.label;</label></vbox>
</hbox>
</vbox>
</hbox>
@ -272,10 +272,10 @@
&signedInUnverified.aftername.label;
</description>
</hbox>
<description class="fxaAccountBoxButtons">
<hbox class="fxaAccountBoxButtons" align="center">
<button id="verifyFxaAccount">&verify.label;</button>
<button id="unverifiedUnlinkFxaAccount">&forget.label;</button>
</description>
</hbox>
</vbox>
</hbox>
@ -293,10 +293,10 @@
&signedInLoginFailure.aftername.label;
</description>
</hbox>
<description class="fxaAccountBoxButtons">
<hbox class="fxaAccountBoxButtons" align="center">
<button id="rejectReSignIn">&signIn.label;</button>
<button id="rejectUnlinkFxaAccount">&forget.label;</button>
</description>
</hbox>
</vbox>
</hbox>
</deck>

View File

@ -231,8 +231,7 @@
<label id="fxaEmailAddress1"/>
<vbox>
<label class="text-link"
onclick="gSyncPane.manageFirefoxAccount();"
value="&manage.label;"/>
onclick="gSyncPane.manageFirefoxAccount();"/>
</vbox>
<spacer flex="1"/>
<vbox>

View File

@ -72,7 +72,7 @@ both, to better adapt this sentence to their language.
<!ENTITY notSignedIn.label "You are not signed in.">
<!ENTITY signIn.label "Sign in">
<!ENTITY profilePicture.tooltip "Change profile picture">
<!ENTITY manage.label "Manage">
<!ENTITY manageAccount.label "Manage Account">
<!ENTITY disconnect.label "Disconnect…">
<!ENTITY verify.label "Verify Email">
<!ENTITY forget.label "Forget this Email">

View File

@ -460,7 +460,6 @@ description > html|a {
}
#signedOutAccountBoxTitle {
margin-inline-start: 6px !important;
font-weight: bold;
}
@ -469,9 +468,14 @@ description > html|a {
margin-top: 11px;
}
.fxaAccountBoxButtons > button {
.fxaAccountBoxButtons button {
padding-left: 11px;
padding-right: 11px;
margin: 0;
}
.fxaAccountBoxButtons button:first-child {
margin-right: 14px !important;
}
.fxaSyncIllustration {