- 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:
parent
401f766e9a
commit
1e2a71666e
3 changed files with 3 additions and 13 deletions
|
@ -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');
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue