Bug 1130741 - Correct the css class for the Sync TOS text size. r=jaws

This commit is contained in:
Léon McGregor 2015-03-06 11:47:00 +01:00
parent 11fc573426
commit e8ad89a524
4 changed files with 5 additions and 2 deletions

View File

@ -310,10 +310,10 @@
</hbox>
<spacer flex="1"/>
<vbox id="tosPP-small">
<label id="tosPP-small-ToS" class="text-link small">
<label id="tosPP-small-ToS" class="text-link">
&prefs.tosLink.label;
</label>
<label id="tosPP-small-PP" class="text-link small">
<label id="tosPP-small-PP" class="text-link">
&fxaPrivacyNotice.link.label;
</label>
</vbox>

View File

@ -54,6 +54,7 @@ radio[pane=paneSync] {
}
%endif
/* These lines should be removed as part of fixing bug 1140495 */
label.small {
font-size: smaller;
}

View File

@ -76,6 +76,7 @@ radio[pane=paneSync] {
}
%endif
/* These lines should be removed as part of fixing bug 1140495 */
label.small {
font-size: smaller;
}

View File

@ -49,6 +49,7 @@ radio[pane=paneSync] {
}
%endif
/* These lines should be removed as part of fixing bug 1140495 */
label.small {
font-size: smaller;
}