From 167e397706728b0948e6238fe3db3d292fa0c360 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Thu, 8 May 2014 22:41:13 +0200 Subject: Trying to make the conversation better readable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit by adding borders and adding more space between the threads. If you don’t like it feel free to revert it. --- view/theme/redbasic/css/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a8baa4877..c41ac5fa2 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1915,18 +1915,22 @@ img.mail-list-sender-photo { .wall-item-content-wrapper:hover { z-index:99; } - +/* +.comment .wall-item-body { +padding-left: 42px; +} + */ .hide-comments-outer, .wall-item-content-wrapper.comment { background-color: $comment_item_colour; - border-left: 3px solid $comment_border_colour; + border: 1px solid $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } .wall-item-comment-wrapper { background-color: $comment_item_colour; - border-left: 3px solid $item_colour; + border: 1px solid $item_colour; border-radius: 0px; border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; @@ -2335,6 +2339,7 @@ blockquote { .thread-wrapper.toplevel_item { width: 100%; + border:1px; } .wall-item-photo { -- cgit v1.2.3 From 4b9c80aca9b660ba211c65c7aca2795ba61adc88 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Thu, 8 May 2014 23:33:04 +0200 Subject: Small adjustment --- view/theme/redbasic/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c41ac5fa2..3d04827f1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1923,7 +1923,9 @@ padding-left: 42px; .hide-comments-outer, .wall-item-content-wrapper.comment { background-color: $comment_item_colour; - border: 1px solid $comment_border_colour; + border-left: 1px solid $comment_border_colour; + border-right: 1px solid $comment_border_colour; + border-top: 1px solid $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } -- cgit v1.2.3 From a8cc1770b1f5423f8298f13084fa12a99d49ee39 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Thu, 8 May 2014 23:45:54 +0200 Subject: another one --- view/theme/redbasic/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3d04827f1..99ad553e9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1925,7 +1925,7 @@ padding-left: 42px; background-color: $comment_item_colour; border-left: 1px solid $comment_border_colour; border-right: 1px solid $comment_border_colour; - border-top: 1px solid $comment_border_colour; + border-bottom: 1px solid $comment_border_colour; border-radius: 0px; padding: 7px 10px 7px 7px; } -- cgit v1.2.3