diff options
author | friendica <info@friendica.com> | 2013-02-04 19:25:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-04 19:25:24 -0800 |
commit | 386fa8e26cd57cf7b9d3c6c15ba68b39b66fcc45 (patch) | |
tree | b363ff93ec5a3a1fd362e7981e654ee3021a2919 /view/tpl/smarty3 | |
parent | 66b36031781a1b4b00a14a294232c1b4606e62b3 (diff) | |
download | volse-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.tpl | 2 |
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}}')" |