diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index db15a6bdd9..da9ec5f8a1 100644 --- 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 index ae53e5832f..7f685dd26c 100644 --- 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;