Bug 966124 - focusing the "Manage" link in Sync preferences produces a weird huge focus outline r=markh

This commit is contained in:
Tim Taubert 2014-02-20 16:59:16 +01:00
parent a72a192985
commit 377a2562c1
2 changed files with 13 additions and 6 deletions

View File

@ -209,13 +209,16 @@
<!-- logged in and verified and all is good -->
<hbox>
<label id="fxaEmailAddress1"/>
<label class="text-link"
onclick="gSyncPane.manageFirefoxAccount();"
value="&manage.label;"/>
<vbox>
<label class="text-link"
onclick="gSyncPane.manageFirefoxAccount();"
value="&manage.label;"/>
</vbox>
<spacer flex="1"/>
<vbox align="end">
<button oncommand="gSyncPane.unlinkFirefoxAccount(true);"
label="&disconnect.label;" />
<vbox>
<button id="fxaUnlinkButton"
oncommand="gSyncPane.unlinkFirefoxAccount(true);"
label="&disconnect.label;"/>
</vbox>
</hbox>

View File

@ -214,4 +214,8 @@ html|a.inline-link:-moz-focusring {
margin-bottom: 1em;
}
#fxaUnlinkButton {
margin: 0;
}
%endif