+ style="padding: 20px 15px; min-width: 500px">
@@ -33,7 +33,9 @@
-
+
+
+
diff --git a/chrome/locale/en-US/zotero/zotero.ftl b/chrome/locale/en-US/zotero/zotero.ftl
index d49986251e..0b67f5697b 100644
--- a/chrome/locale/en-US/zotero/zotero.ftl
+++ b/chrome/locale/en-US/zotero/zotero.ftl
@@ -126,6 +126,8 @@ itembox-button-options =
itembox-button-merge =
.aria-label = Select version of { $field } field
+create-parent-intro = Enter a DOI, ISBN, PMID, arXiv ID, or ADS Bibcode to identify this file:
+
reader-use-dark-mode-for-content =
.label = Use Dark Mode for Content
diff --git a/chrome/locale/en-US/zotero/zotero.properties b/chrome/locale/en-US/zotero/zotero.properties
index 4992893330..e732b0e637 100644
--- a/chrome/locale/en-US/zotero/zotero.properties
+++ b/chrome/locale/en-US/zotero/zotero.properties
@@ -1221,8 +1221,6 @@ lookup.failure.description = Zotero could not find a record for the specified
lookup.failureToID.description = Zotero could not find any identifiers in your input. Please verify your input and try again.
lookup.failureTooMany.description = Too many identifiers. Please enter one identifier and try again.
-createParent.prompt = Enter a DOI, ISBN, PMID, arXiv ID, or ADS Bibcode to identify this file
-
locate.online.label = View Online
locate.pdf.label = Open PDF
locate.pdfNewWindow.label = Open PDF in New Window
diff --git a/scss/components/_createParent.scss b/scss/components/_createParent.scss
index aa2673df6e..b21df9be12 100644
--- a/scss/components/_createParent.scss
+++ b/scss/components/_createParent.scss
@@ -2,16 +2,25 @@
.title {
font-size: 1.4em;
font-weight: 700;
+ // Let the dialog get a little wider if the title is long
+ max-width: 550px;
}
-
+
+ .intro {
+ // Text is added asynchonously, so set a height for dialog auto-sizing
+ min-height: 1em;
+ margin-bottom: .5em;
+ }
+
.body {
- margin: 1em 0;
position: relative;
display: flex;
+ margin-bottom: 1em;
input {
flex: 1;
font-size: 14px;
+ margin-left: 0;
}
.downloadProgress {