Bug 971283 - Preferences links to Terms of Service and Privacy Notice are too high and and too large. r=ttaubert

This commit is contained in:
Marco Bonardo 2014-02-28 11:07:14 +01:00
parent f87ed34df5
commit e7be31aa74
4 changed files with 14 additions and 2 deletions

View File

@ -304,11 +304,12 @@
flex="1"
onchange="gSyncUtils.changeName(this)"/>
</hbox>
<spacer flex="1"/>
<hbox id="tosPP" pack="center">
<label class="text-link"
<label class="text-link small"
onclick="event.stopPropagation();gSyncUtils.openToS();"
value="&prefs.tosLink.label;"/>
<label class="text-link"
<label class="text-link small"
onclick="event.stopPropagation();gSyncUtils.openPrivacyPolicy();"
value="&fxaPrivacyNotice.link.label;"/>
</hbox>

View File

@ -46,6 +46,10 @@ radio[pane=paneSync] {
}
%endif
label.small {
font-size: smaller;
}
#tabPrefsBox {
margin: 5px;
}

View File

@ -70,6 +70,9 @@ radio[pane=paneSync] {
}
%endif
label.small {
font-size: smaller;
}
/* ----- APPLICATIONS PREFPANE ----- */
#BrowserPreferences[animated="true"] #handlersView {

View File

@ -45,6 +45,10 @@ radio[pane=paneSync] {
}
%endif
label.small {
font-size: smaller;
}
#tabPrefsBox {
margin: 6px;
}