commit 2a9ce990f25ef14dc9e20ed1be05356d46cf0eda
parent e5a2f0d5081d16563ae073c5a6291ff31377795b
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 24 Oct 2007 08:25:58 +0000
Use larger dropmarker for creatorType drop-down
This is a bit uglier, and the large markers are kinda annoying once you know the drop-down is there, but perhaps this will stop the forum posts. Please let them stop.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/skin/default/zotero/itemPane.css b/chrome/skin/default/zotero/itemPane.css
@@ -39,8 +39,8 @@
{
margin: 0 2px 0 0;
padding: 0 0 0 5px;
- list-style-image: url("chrome://browser/skin/dropmark-nav-small.png");
- -moz-image-region: rect(0px, 14px, 16px, 0px);
+ list-style-image: url("chrome://browser/skin/dropmark-nav.png");
+ -moz-image-region: rect(3px, 14px, 19px, 0px);
}
#zotero-editpane-dynamic-fields row > toolbarbutton .toolbarbutton-text
{