diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-29 16:09:02 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-29 16:09:02 -0400 |
commit | dd666e93d8a0ad68870d21a70c20eafea54bb602 (patch) | |
tree | 1629dcd6b495205547279cee22dfc96f6453f986 /view/theme/dispy/conversation.tpl | |
parent | 5edc6735b77317fa6c54fc1ad4698cf9ebb2b744 (diff) | |
download | volse-hubzilla-dd666e93d8a0ad68870d21a70c20eafea54bb602.tar.gz volse-hubzilla-dd666e93d8a0ad68870d21a70c20eafea54bb602.tar.bz2 volse-hubzilla-dd666e93d8a0ad68870d21a70c20eafea54bb602.zip |
fix toolbar. more size dynamicism
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
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 }} |