www

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

commit e75827bf28519f8fbfbb442874590d99a9004806
parent 6c260bc9c9fab14e504284097902ca80981841c9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 26 Dec 2016 03:15:19 -0500

Widen style dropdown in note editor to accommodate other languages

Diffstat:
Mchrome/skin/default/zotero/overlay.css | 2+-
Mresource/tinymce/css/note-ui.css | 8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css @@ -247,7 +247,7 @@ #zotero-item-pane { width: 338px; - min-width: 320px; + min-width: 338px; } #zotero-layout-switcher diff --git a/resource/tinymce/css/note-ui.css b/resource/tinymce/css/note-ui.css @@ -25,15 +25,15 @@ html, body { } /* Shrink the buttons a bit */ -.mce-listbox button { - padding-right: 8px !important; -} - .mce-btn-small button { padding-left: 4px !important; padding-right: 4px !important; } +.mce-listbox button { + padding-right: 12px !important; +} + /* Tighten some padding */ .mce-toolbar:first-child > div > :nth-child(3) { margin-left: 0;