From edfdbdec1c1b6bedac7b85465c2c040dc27c595f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 16 Mar 2013 03:59:25 -0400 Subject: [PATCH] Keep tag selector label heights consistent Use a transparent border so that the height is the same with or without zotero-clicky being set --- chrome/skin/default/zotero/bindings/tagselector.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/skin/default/zotero/bindings/tagselector.css b/chrome/skin/default/zotero/bindings/tagselector.css index fd0f86aad..e67b6211b 100644 --- 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 */