зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3f8566884e
Коммит
e6516f7c84
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче