Fix ugly groupbox

This commit is contained in:
Simon Kornblith 2012-02-01 20:45:35 -05:00
parent d082d074ee
commit 774f91f092
2 changed files with 10 additions and 2 deletions

View file

@ -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;

View file

@ -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>