From 1e2a71666eca23df9a05195225d71b9299f6ba07 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 14 Sep 2009 06:58:59 +0000 Subject: [PATCH] - Restore item pane and tag selector font size to default - Decrease space between metadata columns - Increase metadata pane left padding --- chrome/content/zotero-platform/mac/itembox.css | 5 ----- chrome/content/zotero-platform/mac/tagselector.css | 5 ----- chrome/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 index 3556bd463c..bc951cba83 100644 --- 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 index b3e34ea458..299d6d80c5 100644 --- 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 index 6583f6afa4..ddc1211591 100644 --- 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;