From 5a55a825942d4fb15548b0a9940eef174818a83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Tue, 2 May 2017 17:23:53 +0300 Subject: [PATCH] Reduce text in document preferences, increase style list height Closes zotero/zotero-word-for-windows-integration#30 --- chrome/locale/en-US/zotero/zotero.dtd | 6 +++--- chrome/locale/en-US/zotero/zotero.properties | 12 ++++++------ chrome/skin/default/zotero/bibliography.css | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd index fab246f14..2adbfa201 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -226,11 +226,11 @@ - + - - + + diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties index 9f9be2452..d36f23daf 100644 --- a/chrome/locale/en-US/zotero/zotero.properties +++ b/chrome/locale/en-US/zotero/zotero.properties @@ -785,12 +785,12 @@ annotations.collapse.tooltip = Collapse Annotation annotations.expand.tooltip = Expand Annotation annotations.oneWindowWarning = Annotations for a snapshot may only be opened in one browser window simultaneously. This snapshot will be opened without annotations. -integration.fields.label = Fields -integration.referenceMarks.label = ReferenceMarks -integration.fields.caption = Microsoft Word Fields are less likely to be accidentally modified, but cannot be shared with OpenOffice. -integration.fields.fileFormatNotice = The document must be saved in the .doc or .docx file format. -integration.referenceMarks.caption = OpenOffice ReferenceMarks are less likely to be accidentally modified, but cannot be shared with Microsoft Word. -integration.referenceMarks.fileFormatNotice = The document must be saved in the .odt file format. +integration.fields.label = Fields (recommended) +integration.referenceMarks.label = ReferenceMarks (recommended) +integration.fields.caption = Fields cannot be shared with LibreOffice. +integration.fields.fileFormatNotice = The document must be saved in the .doc or .docx. +integration.referenceMarks.caption = ReferenceMarks cannot be shared with Word. +integration.referenceMarks.fileFormatNotice = The document must be saved in the .odt. integration.regenerate.title = Do you want to regenerate the citation? integration.regenerate.body = The changes you have made in the citation editor will be lost. diff --git a/chrome/skin/default/zotero/bibliography.css b/chrome/skin/default/zotero/bibliography.css index bc665e1f8..a262c2464 100644 --- a/chrome/skin/default/zotero/bibliography.css +++ b/chrome/skin/default/zotero/bibliography.css @@ -1,6 +1,6 @@ #style-listbox { - height: 72pt; + height: 180pt; width: 300pt; }