Fix spacing around Reindex Item icon on Windows

This commit is contained in:
Dan Stillman 2013-07-16 03:19:44 -04:00
parent 75d5d9f88d
commit 51cbf0c820
2 changed files with 2 additions and 3 deletions

View file

@ -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>

View file

@ -20,8 +20,7 @@
#reindex
{
margin: 0;
padding: 0;
padding-left: 5px;
list-style-image: url(chrome://zotero/skin/arrow_refresh.png);
}