Fix brokenness of Quick Copy site editor window

This commit is contained in:
Dan Stillman 2007-04-27 05:30:57 +00:00
parent 3364d73b37
commit d8366f3e3c
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,7 @@
<?xml version="1.0"?>
<?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">
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="" buttons="cancel,accept"
@ -7,7 +9,7 @@
onload="sizeToContent();"
ondialogaccept="Zotero_QuickCopySiteEditor.onAccept();">
<script src="include.js"/>
<script src="chrome://zotero/content/include.js"/>
<script src="preferences.js"/>
<script>

View File

@ -112,6 +112,11 @@ grid row hbox:first-child
margin-bottom: 1em;
}
#zotero-quickCopy-format
{
min-height: 1.5em; /* Fix collapse on Windows */
}
/* Shortcut Keys pane */
#zotero-prefpane-keys row