diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js index 53f38fd4e8..bc4ab3922a 100644 --- a/chrome/content/zotero/fileInterface.js +++ b/chrome/content/zotero/fileInterface.js @@ -390,7 +390,7 @@ var Zotero_File_Interface = new function() { args.wrappedJSObject = args; Services.ww.openWindow(null, "chrome://zotero/content/import/importWizard.xhtml", - "importFile", "chrome,dialog=yes,centerscreen,width=600,height=400,modal", args); + "importFile", "chrome,dialog=yes,centerscreen,modal", args); }; diff --git a/chrome/content/zotero/import/importWizard.xhtml b/chrome/content/zotero/import/importWizard.xhtml index 2a5bf34ebe..92c9650a50 100644 --- a/chrome/content/zotero/import/importWizard.xhtml +++ b/chrome/content/zotero/import/importWizard.xhtml @@ -23,7 +23,7 @@ Services.scriptloader.loadSubScript("chrome://zotero/content/import/importWizard.js", this); - + diff --git a/chrome/content/zotero/publicationsDialog.xhtml b/chrome/content/zotero/publicationsDialog.xhtml index 15ab5a79fe..6b28658963 100644 --- a/chrome/content/zotero/publicationsDialog.xhtml +++ b/chrome/content/zotero/publicationsDialog.xhtml @@ -47,7 +47,6 @@

diff --git a/chrome/content/zotero/rtfScan.xhtml b/chrome/content/zotero/rtfScan.xhtml index 10935b2486..c7423d0666 100644 --- a/chrome/content/zotero/rtfScan.xhtml +++ b/chrome/content/zotero/rtfScan.xhtml @@ -21,7 +21,7 @@ Services.scriptloader.loadSubScript("chrome://zotero/content/customElements.js", this); - +

diff --git a/chrome/content/zotero/selectItemsDialog.xhtml b/chrome/content/zotero/selectItemsDialog.xhtml index 1e3fac710e..9a0f8573f9 100644 --- a/chrome/content/zotero/selectItemsDialog.xhtml +++ b/chrome/content/zotero/selectItemsDialog.xhtml @@ -38,10 +38,7 @@ xmlns:html="http://www.w3.org/1999/xhtml" onload="doLoad();" onunload="doUnload();" - width="600" - height="450" persist="screenX screenY width height" - style="display: flex" class="zotero-dialog" >