Make the prefwindow somewhat less of a disaster on fr-FR

And probably other locales.

(Also, there must be a better way to deal with bottom elements getting
cut off than these extra <separator/> elements that result in extra
space when they're not needed.)
This commit is contained in:
Dan Stillman 2013-03-29 04:19:49 -04:00
parent fa8b11c46c
commit 239247aa81
7 changed files with 17 additions and 4 deletions

View File

@ -112,7 +112,7 @@
<groupbox id="zotero-prefpane-advanced-miscellaneous">
<caption label="&zotero.preferences.miscellaneous;"/>
<hbox id="zotero-prefpane-advanced-openbuttons" align="center">
<hbox id="zotero-prefpane-advanced-openbuttons" align="center" style="display: block">
<button id="openAboutConfig"
label="&zotero.preferences.openAboutConfig;"
oncommand="Zotero_Preferences.openInViewer('about:config')"/>
@ -186,7 +186,7 @@
<groupbox>
<caption label="&zotero.preferences.dbMaintenance;"/>
<hbox>
<hbox style="display: block">
<button label="&zotero.preferences.dbMaintenance.integrityCheck;"
oncommand="Zotero_Preferences.Advanced.runIntegrityCheck()"/>
<button label="&zotero.preferences.dbMaintenance.resetTranslators;"
@ -200,6 +200,8 @@
</tabbox>
<separator/>
<separator/>
<separator/>
</prefpane>
<script src="preferences_advanced.js" type="application/javascript;version=1.8"/>

View File

@ -77,6 +77,7 @@
<separator/>
<separator/>
<separator/>
<separator/>
<script src="preferences_export.js" type="application/javascript;version=1.8"/>
</prefpane>

View File

@ -50,7 +50,7 @@
<vbox style="margin-left: 1em">
<checkbox id="zotero-proxies-autoRecognize" label="&zotero.preferences.proxies.autoRecognize;"
command="zotero-proxies-update"/>
<hbox>
<hbox style="display: block">
<checkbox id="zotero-proxies-disableByDomain-checkbox" label="&zotero.preferences.proxies.disableByDomain;"
command="zotero-proxies-update"/>
<textbox id="zotero-proxies-disableByDomain-textbox" onchange="Zotero_Preferences.Proxies.updateProxyPrefs()"/>
@ -77,6 +77,7 @@
</groupbox>
<separator/>
<separator/>
</prefpane>
<script src="preferences_proxies.js" type="application/javascript;version=1.8"/>

View File

@ -129,6 +129,9 @@
<checkbox label="&zotero.preferences.groups.tags;" preference="pref-groups-copyTags"/>
</vbox>
</groupbox>
<separator/>
<separator/>
</prefpane>
<script src="preferences_general.js" type="application/javascript;version=1.8"/>

View File

@ -114,6 +114,7 @@
</groupbox>
<separator/>
<separator/>
</prefpane>
<script src="preferences_search.js" type="application/javascript;version=1.8"/>

View File

@ -229,7 +229,7 @@
<separator class="thin"/>
<vbox>
<hbox id="storage-terms" style="margin-top: .4em" align="center">
<hbox id="storage-terms" style="margin-top: .4em; display: block" align="center">
<label>&zotero.preferences.sync.fileSyncing.tos1;</label>
<label class="zotero-text-link" href="http://www.digitalscholar.org/z_terms" value="&zotero.preferences.sync.fileSyncing.tos2;"/>
<label>&zotero.preferences.period;</label>
@ -313,6 +313,7 @@
</tabbox>
<separator/>
<separator/>
</prefpane>
<script src="preferences_sync.js" type="application/javascript;version=1.8"/>

View File

@ -7,6 +7,10 @@ prefwindow {
min-width: 600px;
}
description, label, checkbox {
max-width: 630px;
}
radio[pane]
{
min-width: 5.5em;