Bug 1183352 - In the Sync Preferences, put the Terms of Service and Privacy Notice on the same line. r=markh

This commit is contained in:
Edouard Oger 2015-07-13 15:31:00 -04:00
Родитель 3f8566884e
Коммит e6516f7c84
2 изменённых файлов: 6 добавлений и 2 удалений

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

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

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

@ -400,3 +400,7 @@ description > html|a {
background-color: transparent;
opacity: 1;
}
#tosPP-small-ToS {
margin-right: 3em;
}