From 774f91f092f0eb955399a6b047ae7c9972bea758 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 1 Feb 2012 20:45:35 -0500 Subject: [PATCH] Fix ugly groupbox --- chrome/content/zotero-platform/win/overlay.css | 10 +++++++++- chrome/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 index b5bae7ca75..b9e239aeb3 100644 --- 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 index c53738ba09..50a8e4d497 100644 --- a/chrome/content/zotero/itemPane.xul +++ b/chrome/content/zotero/itemPane.xul @@ -45,7 +45,7 @@ - +