aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css11
1 files changed, 8 insertions, 3 deletions
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 {