diff options
author | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-10 23:43:37 +0200 |
---|---|---|
committer | Christian Vogeley <christian.vogeley@hotmail.de> | 2014-05-10 23:43:37 +0200 |
commit | e2b96df27b76d27c9688cf131e2d5e63a410fad0 (patch) | |
tree | bafd289736852c4707d5d037e261b3948f1cadab /view/theme/redbasic | |
parent | 481b4c21c9ab6e7e6df8f65ef97135fb5807d7fd (diff) | |
download | volse-hubzilla-e2b96df27b76d27c9688cf131e2d5e63a410fad0.tar.gz volse-hubzilla-e2b96df27b76d27c9688cf131e2d5e63a410fad0.tar.bz2 volse-hubzilla-e2b96df27b76d27c9688cf131e2d5e63a410fad0.zip |
another experiment
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ba26f8910..3ed087c74 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1911,29 +1911,33 @@ 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: 1px solid $comment_border_colour; border-right: 1px solid $comment_border_colour; - border-bottom: 1px solid $comment_border_colour; +/* border-bottom: 1px solid $comment_border_colour; */ border-radius: 0px; padding: 7px 10px 7px 7px; } - +.thread-wrapper.toplevel_item{ + border-bottom: 1px solid $comment_border_colour; +} .wall-item-comment-wrapper { background-color: $comment_item_colour; - border: 1px solid $item_colour; + border-right: 1px solid $item_colour; + border-left: 1px solid $item_colour; + border-top: 1px solid $item_colour; border-radius: 0px; border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; } + .wall-item-like, .wall-item-dislike { font-size: 11px; |