aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-09 20:55:44 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-09 20:55:44 +0000
commit77fc267f738727ec1c503bd68470014a14c1b621 (patch)
tree4c180ee85d54f89d8992d062efb384b823c1c294 /view/theme/redbasic/css
parente06c3e5a911176bd2afc5d9d391e629f282122b8 (diff)
downloadvolse-hubzilla-77fc267f738727ec1c503bd68470014a14c1b621.tar.gz
volse-hubzilla-77fc267f738727ec1c503bd68470014a14c1b621.tar.bz2
volse-hubzilla-77fc267f738727ec1c503bd68470014a14c1b621.zip
Added the display setting for generic (other) content wrapper. Also did set the default a bit lighter. See if that's ok.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css8
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;
}