diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-25 18:33:19 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-25 18:33:19 -0500 |
commit | 1a3cc02b414909959f073649ad7f222ca8de91bb (patch) | |
tree | 2b0e0f681e1d067493972601c9b67c6c0739ad1c /view/theme/testbubble/search_item.tpl | |
parent | 25dbedd9718c87f61cf79a049dc725fb93e66ad7 (diff) | |
download | volse-hubzilla-1a3cc02b414909959f073649ad7f222ca8de91bb.tar.gz volse-hubzilla-1a3cc02b414909959f073649ad7f222ca8de91bb.tar.bz2 volse-hubzilla-1a3cc02b414909959f073649ad7f222ca8de91bb.zip |
moved 'view in contextabove the 'end' line of a wall item so it's clear that the link belongs to that item
some various other css tweaks
Diffstat (limited to 'view/theme/testbubble/search_item.tpl')
-rw-r--r-- | view/theme/testbubble/search_item.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/testbubble/search_item.tpl b/view/theme/testbubble/search_item.tpl index 39c74ef81..76fbee6ba 100644 --- a/view/theme/testbubble/search_item.tpl +++ b/view/theme/testbubble/search_item.tpl @@ -32,9 +32,8 @@ </div> </div> + <div class="wall-item-conv" id="wall-item-conv-$id" >$conv</div> <div class="wall-item-wrapper-end"></div> </div> -<div class="wall-item-outside-wrapper-end$indent" ></div> - <div class="wall-item-conv" id="wall-item-conv-$id" >$conv</div> - +<div class="wall-item-outside-wrapper-end$indent" ></div>
\ No newline at end of file |