Fix giant integration doc prefs window

This commit is contained in:
Simon Kornblith 2012-02-13 14:03:49 -05:00
parent b21dbbace4
commit 10cef4c06f
2 changed files with 29 additions and 28 deletions

View file

@ -45,7 +45,7 @@ var Zotero_File_Interface_Bibliography = new function() {
function init() { function init() {
// Set font size from pref // Set font size from pref
// Affects bibliography.xul and integrationDocPrefs.xul // Affects bibliography.xul and integrationDocPrefs.xul
Zotero.setFontSize(document.documentElement); Zotero.setFontSize(document.getElementById("zotero-bibliography-container"));
if(window.arguments && window.arguments.length) { if(window.arguments && window.arguments.length) {
_io = window.arguments[0]; _io = window.arguments[0];

View file

@ -42,7 +42,7 @@
<script src="../include.js"/> <script src="../include.js"/>
<script src="../bibliography.js"/> <script src="../bibliography.js"/>
<vbox id="zotero-bibliography-container">
<groupbox> <groupbox>
<caption label="&zotero.bibliography.style.label;"/> <caption label="&zotero.bibliography.style.label;"/>
<listbox id="style-listbox" onselect="Zotero_File_Interface_Bibliography.styleChanged()"/> <listbox id="style-listbox" onselect="Zotero_File_Interface_Bibliography.styleChanged()"/>
@ -71,4 +71,5 @@
<checkbox id="storeReferences" label="&zotero.integration.prefs.storeReferences.label;"/> <checkbox id="storeReferences" label="&zotero.integration.prefs.storeReferences.label;"/>
<description class="radioDescription">&zotero.integration.prefs.storeReferences.caption;</description> <description class="radioDescription">&zotero.integration.prefs.storeReferences.caption;</description>
</groupbox> </groupbox>
</vbox>
</dialog> </dialog>