diff options
author | marijus <mario@mariovavti.com> | 2014-06-15 16:00:27 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-06-15 16:00:27 +0200 |
commit | 0b4e1715dec56a9129b1310482ac91a0e86ecc91 (patch) | |
tree | a1ea900fcef4bb74ef3cb03703f159366f5ccaf2 /view/theme | |
parent | 2d6a1795b7ae1fc5652798347d958d7ae71cb763 (diff) | |
download | volse-hubzilla-0b4e1715dec56a9129b1310482ac91a0e86ecc91.tar.gz volse-hubzilla-0b4e1715dec56a9129b1310482ac91a0e86ecc91.tar.bz2 volse-hubzilla-0b4e1715dec56a9129b1310482ac91a0e86ecc91.zip |
move hide-comments to center and change its appearence a little
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 41f48141d..80f6e9791 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1919,7 +1919,6 @@ img.mail-list-sender-photo { padding-left: $comment_padding; } -.hide-comments-outer, .wall-item-content-wrapper.comment { background-color: $comment_item_colour; border-left: $comment_border_left $comment_border_colour; @@ -1929,6 +1928,20 @@ img.mail-list-sender-photo { padding: 7px 10px 7px 7px; } +.hide-comments-outer { + background-color: $comment_item_colour; + border-left: $comment_border_left $comment_border_colour; + border-right: $comment_border_right $comment_border_colour; + border-bottom: $comment_border_bottom $comment_border_colour; + border-top: 1px dashed #ccc; + text-align: center; + border-radius: 0px; +} + +.hide-comments-outer:hover { + border-top: 1px dashed #adadad; +} + .wall-item-comment-wrapper { padding: 7px 10px; background-color: $item_colour; @@ -2022,7 +2035,7 @@ img.mail-list-sender-photo { } .divgrow-showmore:hover { - background-color: $editbuttons_bghover; + border-top: 1px dashed #adadad; } |