www

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

commit 1e2a71666eca23df9a05195225d71b9299f6ba07
parent 401f766e9a966cc21fb3a519a2b25146640ca810
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 14 Sep 2009 06:58:59 +0000

- Restore item pane and tag selector font size to default
- Decrease space between metadata columns
- Increase metadata pane left padding


Diffstat:
Mchrome/content/zotero-platform/mac/itembox.css | 5-----
Mchrome/content/zotero-platform/mac/tagselector.css | 5-----
Mchrome/skin/default/zotero/bindings/itembox.css | 6+++---
3 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/chrome/content/zotero-platform/mac/itembox.css b/chrome/content/zotero-platform/mac/itembox.css @@ -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'); diff --git a/chrome/content/zotero-platform/mac/tagselector.css b/chrome/content/zotero-platform/mac/tagselector.css @@ -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; diff --git a/chrome/skin/default/zotero/bindings/itembox.css b/chrome/skin/default/zotero/bindings/itembox.css @@ -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;