www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 51cbf0c82029e713a4dc09e3af8c41d6db0efbc3
parent 75d5d9f88ddde7a8f0c93b77a754e6014f1cbb1a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 16 Jul 2013 03:19:44 -0400

Fix spacing around Reindex Item icon on Windows

Diffstat:
Mchrome/content/zotero/bindings/attachmentbox.xml | 2+-
Mchrome/skin/default/zotero/bindings/attachmentbox.css | 3+--
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml @@ -538,7 +538,7 @@ <label id="index-status-label"/> <hbox> <label id="index-status"/> - <toolbarbutton id="reindex" oncommand="this.hidden = true; setTimeout(function () { ZoteroPane_Local.reindexItem(); }, 50)"/> + <image id="reindex" onclick="this.hidden = true; setTimeout(function () { ZoteroPane_Local.reindexItem(); }, 50)"/> </hbox> </row> </rows> diff --git a/chrome/skin/default/zotero/bindings/attachmentbox.css b/chrome/skin/default/zotero/bindings/attachmentbox.css @@ -20,8 +20,7 @@ #reindex { - margin: 0; - padding: 0; + padding-left: 5px; list-style-image: url(chrome://zotero/skin/arrow_refresh.png); }