- Restore item pane and tag selector font size to default

- Decrease space between metadata columns
- Increase metadata pane left padding
This commit is contained in:
Dan Stillman 2009-09-14 06:58:59 +00:00
parent 401f766e9a
commit 1e2a71666e
3 changed files with 3 additions and 13 deletions

View file

@ -22,11 +22,6 @@ row > label:first-child, .creator-type-label
margin: 0px !important;
}
*[zoteroFontSize=small] #item-box
{
font-size: 10px;
}
.creator-type-label > image {
margin: 1px .2em 1px;
list-style-image: url('chrome://zotero/skin/mac/arrow-down.png');

View file

@ -10,11 +10,6 @@ groupbox > .groupbox-body
padding: 0;
}
*[zoteroFontSize=small] #tags-toggle
{
font-size: 10px;
}
#view-settings-menu .toolbarbutton-menu-dropmarker
{
margin-left: -12px !important;

View file

@ -88,8 +88,8 @@ row > vbox[fieldname=extra]
margin-top: 0px;
margin-bottom: 0px;
-moz-margin-start: 1px !important;
-moz-margin-end: 5px !important;
padding: 1px 1px 0 2px;
-moz-margin-end: 1px !important;
padding: 1px 1px 0 5px;
}
hbox.zotero-date-field-status
@ -111,7 +111,7 @@ hbox.zotero-date-field-status label
height: 1.5em !important;
min-height: 1.5em !important;
padding: 0 0 0 2px !important;
margin: 1px 5px 0 0 !important;
margin: 1px 5px 0 4px !important;
max-height: 1.5em !important;
border: 1px solid transparent;
-moz-border-top-colors: none;