Trying to make the conversation better readable

by adding borders and adding more space between the threads. If you
don’t like it feel free to revert it.
This commit is contained in:
Christian Vogeley 2014-05-08 22:41:13 +02:00
parent abf0dd5ecf
commit 167e397706
2 changed files with 9 additions and 4 deletions

View File

@ -57,7 +57,7 @@
/* conversation */ /* conversation */
.thread-wrapper.toplevel_item { .thread-wrapper.toplevel_item {
margin-bottom: 10px; margin-bottom: 20px;
} }
/* conv_item */ /* conv_item */

View File

@ -1915,18 +1915,22 @@ img.mail-list-sender-photo {
.wall-item-content-wrapper:hover { .wall-item-content-wrapper:hover {
z-index:99; z-index:99;
} }
/*
.comment .wall-item-body {
padding-left: 42px;
}
*/
.hide-comments-outer, .hide-comments-outer,
.wall-item-content-wrapper.comment { .wall-item-content-wrapper.comment {
background-color: $comment_item_colour; background-color: $comment_item_colour;
border-left: 3px solid $comment_border_colour; border: 1px solid $comment_border_colour;
border-radius: 0px; border-radius: 0px;
padding: 7px 10px 7px 7px; padding: 7px 10px 7px 7px;
} }
.wall-item-comment-wrapper { .wall-item-comment-wrapper {
background-color: $comment_item_colour; background-color: $comment_item_colour;
border-left: 3px solid $item_colour; border: 1px solid $item_colour;
border-radius: 0px; border-radius: 0px;
border-bottom-right-radius: $radiuspx; border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx; border-bottom-left-radius: $radiuspx;
@ -2335,6 +2339,7 @@ blockquote {
.thread-wrapper.toplevel_item { .thread-wrapper.toplevel_item {
width: 100%; width: 100%;
border:1px;
} }
.wall-item-photo { .wall-item-photo {