aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-04 19:25:24 -0800
committerfriendica <info@friendica.com>2013-02-04 19:25:24 -0800
commit386fa8e26cd57cf7b9d3c6c15ba68b39b66fcc45 (patch)
treeb363ff93ec5a3a1fd362e7981e654ee3021a2919 /view/tpl/smarty3
parent66b36031781a1b4b00a14a294232c1b4606e62b3 (diff)
downloadvolse-hubzilla-386fa8e26cd57cf7b9d3c6c15ba68b39b66fcc45.tar.gz
volse-hubzilla-386fa8e26cd57cf7b9d3c6c15ba68b39b66fcc45.tar.bz2
volse-hubzilla-386fa8e26cd57cf7b9d3c6c15ba68b39b66fcc45.zip
different background for preview so you know it's a preview
Diffstat (limited to 'view/tpl/smarty3')
-rw-r--r--view/tpl/smarty3/search_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/search_item.tpl b/view/tpl/smarty3/search_item.tpl
index cd1b45f6c..c889e227b 100644
--- a/view/tpl/smarty3/search_item.tpl
+++ b/view/tpl/smarty3/search_item.tpl
@@ -6,7 +6,7 @@
<div id="thread-wrapper-{{$item.id}}" class="thread-wrapper {{$item.toplevel}}">
<a name="{{$item.id}}" ></a>
<div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}" id="wall-item-outside-wrapper-{{$item.id}}" >
- <div class="wall-item-content-wrapper {{$item.indent}}" id="wall-item-content-wrapper-{{$item.id}}" >
+ <div class="wall-item-content-wrapper {{$item.indent}}{{$item.previewing}}" id="wall-item-content-wrapper-{{$item.id}}" >
<div class="wall-item-info" id="wall-item-info-{{$item.id}}">
<div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-{{$item.id}}"
onmouseover="if (typeof t{{$item.id}} != 'undefined') clearTimeout(t{{$item.id}}); openMenu('wall-item-photo-menu-button-{{$item.id}}')"