Fix alignment and display of disableByDomain checkbox/textbox
This commit is contained in:
parent
2c134c1c25
commit
75e51ea577
1 changed files with 6 additions and 3 deletions
|
@ -50,10 +50,13 @@
|
||||||
<vbox style="margin-left: 1em">
|
<vbox style="margin-left: 1em">
|
||||||
<checkbox id="zotero-proxies-autoRecognize" label="&zotero.preferences.proxies.autoRecognize;"
|
<checkbox id="zotero-proxies-autoRecognize" label="&zotero.preferences.proxies.autoRecognize;"
|
||||||
command="zotero-proxies-update"/>
|
command="zotero-proxies-update"/>
|
||||||
<hbox style="display: block">
|
<hbox style="display: block; line-height: 1.75em">
|
||||||
<checkbox id="zotero-proxies-disableByDomain-checkbox" label="&zotero.preferences.proxies.disableByDomain;"
|
<checkbox id="zotero-proxies-disableByDomain-checkbox"
|
||||||
|
label="&zotero.preferences.proxies.disableByDomain;"
|
||||||
command="zotero-proxies-update"/>
|
command="zotero-proxies-update"/>
|
||||||
<textbox id="zotero-proxies-disableByDomain-textbox" onchange="Zotero_Preferences.Proxies.updateProxyPrefs()"/>
|
<textbox id="zotero-proxies-disableByDomain-textbox"
|
||||||
|
onchange="Zotero_Preferences.Proxies.updateProxyPrefs()"
|
||||||
|
flex="1" style="max-width: 11.75em"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue