From f606aea369ca04da83943b46ebb945bcce35f22f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 30 Jan 2012 01:33:37 -0500 Subject: [PATCH] Minor cosmetic tweak --- chrome/content/zotero-platform/unix/integration.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero-platform/unix/integration.css b/chrome/content/zotero-platform/unix/integration.css index e5a3b18a7..d6ab27d2e 100644 --- a/chrome/content/zotero-platform/unix/integration.css +++ b/chrome/content/zotero-platform/unix/integration.css @@ -3,12 +3,12 @@ body { } #quick-format-search:not([multiline="true"]) { - height: 27px !important; + height: 29px !important; } #quick-format-search { background: white; - padding: 1px 2px 1px 0; + padding: 0 2px 0 0; border: 1px solid rgba(0, 0, 0, 0.5); -moz-appearance: textfield; }