mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Bug 1130741 - Correct the css class for the Sync TOS text size. r=jaws
--HG-- extra : rebase_source : ae244f712076f80bcb4af50d14a6e65b5092c088
This commit is contained in:
parent
fd8a84a882
commit
9469785655
@ -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>
|
||||
|
@ -54,6 +54,7 @@ radio[pane=paneSync] {
|
||||
}
|
||||
%endif
|
||||
|
||||
/* These lines should be removed as part of fixing bug 1140495 */
|
||||
label.small {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
@ -76,6 +76,7 @@ radio[pane=paneSync] {
|
||||
}
|
||||
%endif
|
||||
|
||||
/* These lines should be removed as part of fixing bug 1140495 */
|
||||
label.small {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
@ -49,6 +49,7 @@ radio[pane=paneSync] {
|
||||
}
|
||||
%endif
|
||||
|
||||
/* These lines should be removed as part of fixing bug 1140495 */
|
||||
label.small {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user