diff options
author | RedMatrix <info@friendica.com> | 2014-05-09 06:56:08 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-05-09 06:56:08 +1000 |
commit | cd8095211ff753707149922fb026af456d26d1ff (patch) | |
tree | 2c2bcefd09f88ed55dc38e11f90e032b78100e24 | |
parent | b28b949e8f81b69aa13646096fb073b424ca57f7 (diff) | |
parent | 167e397706728b0948e6238fe3db3d292fa0c360 (diff) | |
download | volse-hubzilla-cd8095211ff753707149922fb026af456d26d1ff.tar.gz volse-hubzilla-cd8095211ff753707149922fb026af456d26d1ff.tar.bz2 volse-hubzilla-cd8095211ff753707149922fb026af456d26d1ff.zip |
Merge pull request #447 from cvogeley/master
Trying to make the conversation better readable
-rw-r--r-- | view/css/conversation.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index 281f65683..829630c55 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -57,7 +57,7 @@ /* conversation */ .thread-wrapper.toplevel_item { - margin-bottom: 10px; + margin-bottom: 20px; } /* conv_item */ 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 { |