www

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

commit 774f91f092f0eb955399a6b047ae7c9972bea758
parent d082d074ee26472696e1ebbf0969f460a47a7a1d
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  1 Feb 2012 20:45:35 -0500

Fix ugly groupbox

Diffstat:
Mchrome/content/zotero-platform/win/overlay.css | 10+++++++++-
Mchrome/content/zotero/itemPane.xul | 2+-
2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero-platform/win/overlay.css b/chrome/content/zotero-platform/win/overlay.css @@ -89,10 +89,18 @@ border-width: 1px 0 0 1px; } -#zotero-item-pane { +#zotero-view-tabbox > tabs { margin-top: 2px; } +#zotero-item-pane-groupbox { + -moz-appearance: none !important; + border-radius: 0; + border-width: 0 0 0 1px; + border-color: #818790; + border-style: solid; +} + #zotero-editpane-item-box > scrollbox, #zotero-view-item > tabpanel > vbox, #zotero-editpane-tags > scrollbox, #zotero-editpane-related { padding-top: 5px; diff --git a/chrome/content/zotero/itemPane.xul b/chrome/content/zotero/itemPane.xul @@ -45,7 +45,7 @@ <deck id="zotero-item-pane-content" selectedIndex="0" flex="1"> <!-- Center label (for zero or multiple item selection) --> - <groupbox pack="center" align="center"> + <groupbox id="zotero-item-pane-groupbox" pack="center" align="center"> <label id="zotero-item-pane-message"/> </groupbox>