diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-12-06 16:37:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-12-06 16:37:57 +0100 |
commit | 78a70fed2f7cf9a53e6e4fab516b00cece12fbf0 (patch) | |
tree | 44b844d4c82804de30ed19de50292c109b012414 /view/theme | |
parent | 61aa33af1d30f047af709d7f513357e62c8307c3 (diff) | |
download | volse-hubzilla-78a70fed2f7cf9a53e6e4fab516b00cece12fbf0.tar.gz volse-hubzilla-78a70fed2f7cf9a53e6e4fab516b00cece12fbf0.tar.bz2 volse-hubzilla-78a70fed2f7cf9a53e6e4fab516b00cece12fbf0.zip |
fix css issue in directory
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d76992b2f..a8b18a27e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1635,10 +1635,7 @@ img.mail-conv-sender-photo { .divgrow-showmore { display: block; - width: 100%; border-top: 1px dashed #ccc; - border-bottom-right-radius: $radiuspx; - border-bottom-left-radius: $radiuspx; text-align: center; font-size: $body_font_size; color: $link_colour; @@ -1649,6 +1646,9 @@ img.mail-conv-sender-photo { border-top: 1px dashed #adadad; } +.directory-item .divgrow-showmore { + background-color: $comment_item_colour; +} /* widgets */ |