diff options
author | Simon <simon@kisikew.org> | 2012-05-29 13:09:55 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-05-29 13:09:55 -0700 |
commit | d5cc81d2174db88d05ae6efea06e69f4c6f5e835 (patch) | |
tree | 1629dcd6b495205547279cee22dfc96f6453f986 /view/theme/dispy/conversation.tpl | |
parent | 2eafa9a47519f9f35c5eb568cf4235c092c1dcce (diff) | |
parent | dd666e93d8a0ad68870d21a70c20eafea54bb602 (diff) | |
download | volse-hubzilla-d5cc81d2174db88d05ae6efea06e69f4c6f5e835.tar.gz volse-hubzilla-d5cc81d2174db88d05ae6efea06e69f4c6f5e835.tar.bz2 volse-hubzilla-d5cc81d2174db88d05ae6efea06e69f4c6f5e835.zip |
Merge pull request #318 from simonlnu/master
fix toolbar; more size dynamicism
Diffstat (limited to 'view/theme/dispy/conversation.tpl')
-rw-r--r-- | view/theme/dispy/conversation.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl index 41b6aeadf..c49cdf26b 100644 --- a/view/theme/dispy/conversation.tpl +++ b/view/theme/dispy/conversation.tpl @@ -18,6 +18,7 @@ {{ if $dropping }} <div class="delete-checked"> -<a href="#" onclick="deleteCheckedItems();return false;"><span class="icon delete"></span><span class="s22 text">$dropping</span></a> +<a href="#" onclick="deleteCheckedItems();return false;"><span class="icon delete"></span><span class="s22 text" onmouseover="imgbright(this);" onmouseout="imgdull(this);">$dropping</span></a> </div> +<div id="item-delete-selected-end"></div> {{ endif }} |