Fix narrow input fields in "Attach link to URI" dialog
This commit is contained in:
parent
61db9ff0cc
commit
fcc366abe2
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
</hbox>
|
||||
<hbox align="center">
|
||||
<label id="zotero-attach-uri-label-input" value="&zotero.attachLink.label.link;" control="zotero-attach-uri-input"></label>
|
||||
<html:input type="text" id="zotero-attach-uri-input" style="-moz-box-flex: 1"/>
|
||||
<html:input type="text" id="zotero-attach-uri-input" style="flex: 1"/>
|
||||
</hbox>
|
||||
<hbox align="center">
|
||||
<label id="zotero-attach-uri-label-title" value="&zotero.attachLink.label.title;" control="zotero-attach-uri-title"></label>
|
||||
<html:input type="text" id="zotero-attach-uri-title" style="-moz-box-flex: 1" placeholder="&zotero.general.optional;"/>
|
||||
<html:input type="text" id="zotero-attach-uri-title" style="flex: 1" placeholder="&zotero.general.optional;"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</dialog>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue