diff options
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 | ||||
-rw-r--r-- | view/theme/redbasic/img/gray_and_white_diagonal_stripes_background_seamless.gif | bin | 0 -> 5119 bytes | |||
-rw-r--r-- | view/tpl/search_item.tpl | 2 | ||||
-rw-r--r-- | view/tpl/smarty3/search_item.tpl | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5cf3dc06f..a4c31787b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -348,7 +348,7 @@ footer { } .preview { - background: lightyellow; + background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif'); } #theme-preview { @@ -1067,14 +1067,14 @@ input#dfrn-url { .wall-item-content-wrapper { margin-top: 10px; position: relative; - background: #fff; +/* background: #fff; */ /* border-radius: 5px; */ /* box-shadow: 12px 12px 12px #111; */ border-left: 1px solid #eec; } .wall-item-content-wrapper.comment { - background: #fff; +/* background: #fff; */ border-left: 1px solid #e0e0e0; margin-left: 50px; /* box-shadow: 5px 5px 5px #222; */ diff --git a/view/theme/redbasic/img/gray_and_white_diagonal_stripes_background_seamless.gif b/view/theme/redbasic/img/gray_and_white_diagonal_stripes_background_seamless.gif Binary files differnew file mode 100644 index 000000000..144369257 --- /dev/null +++ b/view/theme/redbasic/img/gray_and_white_diagonal_stripes_background_seamless.gif diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 23a0150c5..304fca4d5 100644 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -1,7 +1,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')" 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}}')" |