aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorChristian Vogeley <christian.vogeley@hotmail.de>2014-05-11 04:13:54 +0200
committerChristian Vogeley <christian.vogeley@hotmail.de>2014-05-11 04:13:54 +0200
commitf9ad959f170666b229f656fcb3c0a7800e583c1e (patch)
tree9795365dbbef02f10b48e4ba6ec67189a10d746f /view/theme/redbasic
parent7da462ada125277493e916aa3266073bea300efe (diff)
downloadvolse-hubzilla-f9ad959f170666b229f656fcb3c0a7800e583c1e.tar.gz
volse-hubzilla-f9ad959f170666b229f656fcb3c0a7800e583c1e.tar.bz2
volse-hubzilla-f9ad959f170666b229f656fcb3c0a7800e583c1e.zip
saved
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 16d79e110..511022d2d 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1918,13 +1918,19 @@ img.mail-list-sender-photo {
.hide-comments-outer,
.wall-item-content-wrapper.comment {
background-color: $comment_item_colour;
+ border-left: $comment_border_left $comment_border_colour;
+ border-right: $comment_border_right $comment_border_colour;
+
+ border-bottom: 1px solid $comment_border_colour;
border-radius: 0px;
padding: 7px 10px 7px 7px;
}
.thread-wrapper.toplevel_item{
border-bottom: $comment_border_bottom $comment_border_colour;
+/*
border-right: $comment_border_right $item_colour;
border-left: $comment_border_left $item_colour;
+ */
border-top-right-radius: $radiuspx;
border-top-left-radius: $radiuspx;
border-bottom-right-radius: $radiuspx;
@@ -1933,6 +1939,9 @@ img.mail-list-sender-photo {
.wall-item-comment-wrapper {
background-color: $comment_item_colour;
border-top: $comment_border_top $item_colour;
+ border-right: $comment_border_right $item_colour;
+ border-left: $comment_border_left $item_colour;
+/* border-bottom: $comment_border_bottom $item_colour; */
border-radius: 0px;
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;