From 77fc267f738727ec1c503bd68470014a14c1b621 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Thu, 9 Oct 2014 20:55:44 +0000 Subject: Added the display setting for generic (other) content wrapper. Also did set the default a bit lighter. See if that's ok. --- view/theme/redbasic/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view/theme/redbasic/css') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 802daa6c9..57e24e746 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1861,7 +1861,7 @@ img.mail-list-sender-photo { max-width: $converse_width; } -.wall-item-content-wrapper, .generic-content-wrapper { +.wall-item-content-wrapper { background-color: $item_colour; padding: 10px; border-top-right-radius: $radiuspx; @@ -1869,11 +1869,11 @@ img.mail-list-sender-photo { } .generic-content-wrapper { - border-bottom-right-radius: $radiuspx; - border-bottom-left-radius: $radiuspx; + background-color: $genericcontent_bgcolour; + padding: 10px; + border-radius: $radiuspx; } - .comment .wall-item-body { padding-left: $comment_padding; } -- cgit v1.2.3