better colour matching on toolbar, replace "share" with "recycle"

This commit is contained in:
Friendika 2011-03-17 17:31:39 -07:00
父節點 5d9550e08f
當前提交 6380d22229
共有 3 個檔案被更改,包括 1 行新增1 行删除

二進制
images/recycle.gif Normal file

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 612 B

未顯示二進位檔案。

之前

寬度:  |  高度:  |  大小: 365 B

之後

寬度:  |  高度:  |  大小: 237 B

查看文件

@ -1,6 +1,6 @@
<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
<img src="images/like.gif" alt="$likethis" title="$likethis" onclick="dolike($id,'like');" />
<img src="images/dislike.gif" alt="$nolike" title="$nolike" onclick="dolike($id,'dislike');" />
<img src="images/share.gif" alt="$share" title="$share" class="wall-item-share-buttons" onclick="jotShare($id);" />
<img src="images/recycle.gif" alt="$share" title="$share" class="wall-item-share-buttons" onclick="jotShare($id);" />
<img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
</div>