www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 83f84eb475435d957aa89ab736de08f847b00ec6
parent dce1298666e9cb387e8fa1e64335f6e54017a11b
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 29 Jul 2011 16:02:43 +0000

Make background of "No items selected" and attachment items white again


Diffstat:
Mchrome/content/zotero/itemPane.xul | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/itemPane.xul b/chrome/content/zotero/itemPane.xul @@ -45,9 +45,9 @@ <deck id="zotero-item-pane-content" selectedIndex="0" flex="1"> <!-- Center label (for zero or multiple item selection) --> - <vbox pack="center" align="center"> + <groupbox pack="center" align="center"> <label id="zotero-item-pane-message"/> - </vbox> + </groupbox> <!-- Regular item --> <tabbox id="zotero-view-tabbox" flex="1" onselect="if (!ZoteroPane_Local.collectionsView.selection || event.originalTarget.localName != 'tabpanels') { return; }; ZoteroItemPane.viewItem(ZoteroPane_Local.getSelectedItems()[0], ZoteroPane_Local.collectionsView.editable ? 'edit' : 'view', this.selectedIndex)"> @@ -95,7 +95,9 @@ </groupbox> <!-- Attachment item --> - <zoteroattachmentbox id="zotero-attachment-box" flex="1"/> + <groupbox> + <zoteroattachmentbox id="zotero-attachment-box" flex="1"/> + </groupbox> <!-- Duplicate merging --> <!-- TODO: localize -->