mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 971283 - Preferences links to Terms of Service and Privacy Notice are too high and and too large. r=ttaubert
This commit is contained in:
parent
f87ed34df5
commit
e7be31aa74
@ -304,11 +304,12 @@
|
||||
flex="1"
|
||||
onchange="gSyncUtils.changeName(this)"/>
|
||||
</hbox>
|
||||
<spacer flex="1"/>
|
||||
<hbox id="tosPP" pack="center">
|
||||
<label class="text-link"
|
||||
<label class="text-link small"
|
||||
onclick="event.stopPropagation();gSyncUtils.openToS();"
|
||||
value="&prefs.tosLink.label;"/>
|
||||
<label class="text-link"
|
||||
<label class="text-link small"
|
||||
onclick="event.stopPropagation();gSyncUtils.openPrivacyPolicy();"
|
||||
value="&fxaPrivacyNotice.link.label;"/>
|
||||
</hbox>
|
||||
|
@ -46,6 +46,10 @@ radio[pane=paneSync] {
|
||||
}
|
||||
%endif
|
||||
|
||||
label.small {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
#tabPrefsBox {
|
||||
margin: 5px;
|
||||
}
|
||||
|
@ -70,6 +70,9 @@ radio[pane=paneSync] {
|
||||
}
|
||||
%endif
|
||||
|
||||
label.small {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
/* ----- APPLICATIONS PREFPANE ----- */
|
||||
#BrowserPreferences[animated="true"] #handlersView {
|
||||
|
@ -45,6 +45,10 @@ radio[pane=paneSync] {
|
||||
}
|
||||
%endif
|
||||
|
||||
label.small {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
#tabPrefsBox {
|
||||
margin: 6px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user