diff options
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |