aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/redbasic/css/style.css9
-rwxr-xr-xview/tpl/conv_item.tpl3
2 files changed, 10 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index edc8eebbb..25922cb39 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1929,7 +1929,6 @@ img.mail-list-sender-photo {
.thread-wrapper .wall-item-comment-wrapper,
.wall-item-content-wrapper.comment {
margin-left: $comment_indent;
- border-left: 2px solid #eee;
}
.thread-wrapper.toplevel_item {
@@ -1940,6 +1939,14 @@ img.mail-list-sender-photo {
border-radius: $radiuspx;
background-color: $item_colour;
opacity: $item_opacity;
+ border-left: 2px solid #f4f4f4;
+ border-bottom: 1px solid #f4f4f4;
+}
+
+.wall-item-comment-wrapper {
+ margin-top: 10px;
+ border-left: 2px solid #f4f4f4;
+ border-bottom: 1px solid #f4f4f4;
}
.wallwall .wwto {
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl
index dcf82e765..31e3cad85 100755
--- a/view/tpl/conv_item.tpl
+++ b/view/tpl/conv_item.tpl
@@ -109,10 +109,11 @@
{{/foreach}}
{{/if}}
+{{if $item.comment}}
<div class="wall-item-comment-wrapper" >
{{$item.comment}}
</div>
-
+{{/if}}
</div>
{{if $item.comment_lastcollapsed}}</div>{{/if}}