From 7aa5662baee2abe1fc5c2eedf07bead4ae584139 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 4 Jan 2007 12:23:47 +0000 Subject: [PATCH] Reduce margin around tag selector textbox to restore 2 full lines of tags at min height (on OS X anyway) --- chrome/skin/default/zotero/bindings/tagselector.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/skin/default/zotero/bindings/tagselector.css b/chrome/skin/default/zotero/bindings/tagselector.css index 023dc1f7f..0f602e04c 100644 --- a/chrome/skin/default/zotero/bindings/tagselector.css +++ b/chrome/skin/default/zotero/bindings/tagselector.css @@ -73,3 +73,8 @@ toolbarbutton.zotero-clicky padding:1px; height:1em; } + +textbox +{ + margin: 3px 0 1px; +}