Set a reasonable min-height for classic citation and edit bibl dialogs
This commit is contained in:
parent
df014bfb0b
commit
cdacc42fd2
3 changed files with 6 additions and 5 deletions
|
@ -37,14 +37,12 @@
|
|||
windowtype="zotero:item-selector"
|
||||
orient="vertical"
|
||||
title="&zotero.integration.addEditCitation.title;"
|
||||
width="600" height="450"
|
||||
onload="Zotero_Citation_Dialog.load();"
|
||||
onunload="doUnload();"
|
||||
onclose="Zotero_Citation_Dialog.cancel();"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
persist="screenX screenY width height"
|
||||
resizable="true">
|
||||
persist="screenX screenY width height">
|
||||
<dialog
|
||||
id="zotero-add-citation-dialog"
|
||||
buttons="extra1,extra2,accept,cancel">
|
||||
|
|
|
@ -40,8 +40,7 @@
|
|||
onunload="doUnload();"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
persist="screenX screenY width height"
|
||||
resizable="true">
|
||||
persist="screenX screenY width height">
|
||||
<dialog
|
||||
id="zotero-edit-bibliography-dialog"
|
||||
buttons="extra1,extra2,accept,cancel" buttonpack="end">
|
||||
|
|
|
@ -380,3 +380,7 @@ window.citation-dialog {
|
|||
clip: rect(0, 0, 0, 0);
|
||||
border: 0;
|
||||
}
|
||||
|
||||
window#add-citation-dialog, window#edit-bibliography-dialog {
|
||||
min-height: 600px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue