From 5edcc84cf9f1698f72d541188bf44a5a2d98552c Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 12 Feb 2011 20:31:52 +0000 Subject: [PATCH] pad top of itembox on OS X --- chrome/content/zotero-platform/mac/itembox.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/content/zotero-platform/mac/itembox.css b/chrome/content/zotero-platform/mac/itembox.css index ca726d93e..ec8c9d9d3 100644 --- a/chrome/content/zotero-platform/mac/itembox.css +++ b/chrome/content/zotero-platform/mac/itembox.css @@ -1,3 +1,8 @@ +scrollbox +{ + padding-top: 3px; +} + row > label:first-child, .creator-type-label { color: #7f7f7f;