зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1130741 - Correct the css class for the Sync TOS text size. r=jaws
--HG-- extra : rebase_source : ae244f712076f80bcb4af50d14a6e65b5092c088
This commit is contained in:
Родитель
fd8a84a882
Коммит
9469785655
|
@ -310,10 +310,10 @@
|
||||||
</hbox>
|
</hbox>
|
||||||
<spacer flex="1"/>
|
<spacer flex="1"/>
|
||||||
<vbox id="tosPP-small">
|
<vbox id="tosPP-small">
|
||||||
<label id="tosPP-small-ToS" class="text-link small">
|
<label id="tosPP-small-ToS" class="text-link">
|
||||||
&prefs.tosLink.label;
|
&prefs.tosLink.label;
|
||||||
</label>
|
</label>
|
||||||
<label id="tosPP-small-PP" class="text-link small">
|
<label id="tosPP-small-PP" class="text-link">
|
||||||
&fxaPrivacyNotice.link.label;
|
&fxaPrivacyNotice.link.label;
|
||||||
</label>
|
</label>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
|
@ -54,6 +54,7 @@ radio[pane=paneSync] {
|
||||||
}
|
}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
/* These lines should be removed as part of fixing bug 1140495 */
|
||||||
label.small {
|
label.small {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
|
@ -76,6 +76,7 @@ radio[pane=paneSync] {
|
||||||
}
|
}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
/* These lines should be removed as part of fixing bug 1140495 */
|
||||||
label.small {
|
label.small {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,6 +49,7 @@ radio[pane=paneSync] {
|
||||||
}
|
}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
/* These lines should be removed as part of fixing bug 1140495 */
|
||||||
label.small {
|
label.small {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче