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

このコミットが含まれているのは:
Friendika 2011-03-17 17:31:39 -07:00
コミット 6380d22229
3個のファイルの変更1行の追加1行の削除

バイナリ
images/recycle.gif ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 612 B

バイナリ
images/remote-link.gif

バイナリファイルは表示されません。

変更前

幅:  |  高さ:  |  サイズ: 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>