commit edfdbdec1c1b6bedac7b85465c2c040dc27c595f
parent 0f87772b97ae93c88c721a449b14f7d1a982031a
Author: Dan Stillman <dstillman@zotero.org>
Date: Sat, 16 Mar 2013 03:59:25 -0400
Keep tag selector label heights consistent
Use a transparent border so that the height is the same with or without
zotero-clicky being set
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/chrome/skin/default/zotero/bindings/tagselector.css b/chrome/skin/default/zotero/bindings/tagselector.css
@@ -25,6 +25,7 @@ checkbox
padding: 0 .25em 0 .25em !important;
-moz-user-focus: ignore;
max-width: 250px;
+ border: 1px solid transparent; /* always include border so height is same as zotero-clicky */
}
/* Visible out-of-scope tags should be grey */