Bug 1184170 - In the Sync Preferences, return the Terms of Service and Privacy Notice to different lines with added margin. r=markh

This commit is contained in:
Edouard Oger 2015-07-15 14:27:00 -04:00
parent cb93a832f8
commit f63bb5409c
2 changed files with 3 additions and 3 deletions

View File

@ -345,13 +345,13 @@
</vbox>
</groupbox>
<spacer flex="1"/>
<hbox id="tosPP-small">
<vbox 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>
</hbox>
</vbox>
</vbox>
</deck>

View File

@ -402,5 +402,5 @@ description > html|a {
}
#tosPP-small-ToS {
margin-right: 3em;
margin-bottom: 1em;
}