www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 17d4515002c2f61698eeef3726fd93299494830c
parent e4cc28ac6041dd4bdd56fb5f26de6015ce4d05f4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 16 Jan 2018 12:42:19 -0500

Tweak padding in doc prefs

Diffstat:
Mchrome/content/zotero/integration/integrationDocPrefs.xul | 2+-
Mchrome/skin/default/zotero/bibliography.css | 14++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/integration/integrationDocPrefs.xul b/chrome/content/zotero/integration/integrationDocPrefs.xul @@ -53,7 +53,7 @@ </hbox> </groupbox> - <groupbox> + <groupbox id="locale-box"> <hbox align="center"> <caption label="&zotero.bibliography.locale.label;"/> <menulist id="locale-menu" oncommand="Zotero_File_Interface_Bibliography.localeChanged(this.selectedItem.value)"/> diff --git a/chrome/skin/default/zotero/bibliography.css b/chrome/skin/default/zotero/bibliography.css @@ -4,6 +4,15 @@ width: 325pt; } +#locale-box .groupbox-body { + padding-top: 3px; +} + +#locale-box caption { + padding-top: 0; + padding-bottom: 0; +} + radio:not(:first-child) { margin-top: .5em; @@ -13,4 +22,9 @@ radio:not(:first-child) { margin: 0 0 3px 20px; font-size: .85em; +} + + +#automaticJournalAbbreviations-vbox, #automaticCitationUpdates-vbox { + padding: 0 14px; } \ No newline at end of file