From b7c1e889cd502e9efcf7535278566462b0e0adce Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 1 Feb 2012 01:42:27 -0500 Subject: [PATCH] Explicitly specify width and height for urlbar icon --- chrome/skin/default/zotero/overlay.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index 2aec8622e..76000ccde 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -1,3 +1,8 @@ +#zotero-status-image +{ + width: 16px; + height: 16px; +} #zotero-status-bar-icon, #zotero-addon-bar-icon { width: 55px;