Fix brokenness of Quick Copy site editor window
This commit is contained in:
parent
3364d73b37
commit
d8366f3e3c
|
@ -1,5 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||||
|
<?xml-stylesheet href="chrome://zotero/skin/preferences.css"?>
|
||||||
|
|
||||||
<!DOCTYPE window SYSTEM "chrome://zotero/locale/preferences.dtd">
|
<!DOCTYPE window SYSTEM "chrome://zotero/locale/preferences.dtd">
|
||||||
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
title="" buttons="cancel,accept"
|
title="" buttons="cancel,accept"
|
||||||
|
@ -7,7 +9,7 @@
|
||||||
onload="sizeToContent();"
|
onload="sizeToContent();"
|
||||||
ondialogaccept="Zotero_QuickCopySiteEditor.onAccept();">
|
ondialogaccept="Zotero_QuickCopySiteEditor.onAccept();">
|
||||||
|
|
||||||
<script src="include.js"/>
|
<script src="chrome://zotero/content/include.js"/>
|
||||||
<script src="preferences.js"/>
|
<script src="preferences.js"/>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -112,6 +112,11 @@ grid row hbox:first-child
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zotero-quickCopy-format
|
||||||
|
{
|
||||||
|
min-height: 1.5em; /* Fix collapse on Windows */
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Shortcut Keys pane */
|
/* Shortcut Keys pane */
|
||||||
#zotero-prefpane-keys row
|
#zotero-prefpane-keys row
|
||||||
|
|
Loading…
Reference in New Issue
Block a user