diff --git a/chrome/content/zotero-platform/mac/integration.css b/chrome/content/zotero-platform/mac/integration.css index 2bce2b8afd..0a45fd42c9 100644 --- a/chrome/content/zotero-platform/mac/integration.css +++ b/chrome/content/zotero-platform/mac/integration.css @@ -26,9 +26,6 @@ window.citation-dialog { border-radius: 10px; } -.citation-dialog.search:not([multiline="true"]) { - height: 32px !important; -} .citation-dialog.entry { background: -moz-linear-gradient(-90deg, rgb(243,123,119) 0, rgb(180,47,38) 50%, rgb(156,36,27) 50%); @@ -95,8 +92,4 @@ panel button:hover:active { panel button:-moz-focusring { box-shadow: 0 0 1px -moz-mac-focusring inset, 0 0 4px 1px -moz-mac-focusring, 0 0 2px 1px -moz-mac-focusring; -} - -.citation-dialog.bubble { - padding: 1px 6px 1px 6px; } \ No newline at end of file diff --git a/chrome/content/zotero-platform/unix/integration.css b/chrome/content/zotero-platform/unix/integration.css index cfed6efacf..6213774b4b 100644 --- a/chrome/content/zotero-platform/unix/integration.css +++ b/chrome/content/zotero-platform/unix/integration.css @@ -18,6 +18,7 @@ window.citation-dialog { } #zotero-icon { - margin: 0 0 0 2px; + padding: 4px 4px 6px 4px !important; + margin: 2px 0; -moz-appearance: none; } diff --git a/chrome/content/zotero/integration/citationDialogIframe.html b/chrome/content/zotero/integration/citationDialogIframe.html deleted file mode 100644 index 656c6958f3..0000000000 --- a/chrome/content/zotero/integration/citationDialogIframe.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/chrome/content/zotero/integration/insertNoteDialog.xhtml b/chrome/content/zotero/integration/insertNoteDialog.xhtml index 58c3285963..a48cb2cb47 100644 --- a/chrome/content/zotero/integration/insertNoteDialog.xhtml +++ b/chrome/content/zotero/integration/insertNoteDialog.xhtml @@ -26,6 +26,7 @@ + @@ -39,7 +40,7 @@ xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" persist="screenX screenY" - onkeypress="Zotero_QuickFormat.onKeyPress(event)" + onkeypress="Zotero_QuickFormat.onWindowKeyPress(event)" onunload="Zotero_QuickFormat.onUnload()">