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

--HG--
extra : rebase_source : ae244f712076f80bcb4af50d14a6e65b5092c088
This commit is contained in:
Léon McGregor 2015-03-06 11:47:00 +01:00
Родитель fd8a84a882
Коммит 9469785655
4 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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;
} }