diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 14:22:55 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 14:22:55 -0800 |
commit | a88ec1b1af954a447a666d3ff66b1d1df0a645db (patch) | |
tree | 7ccfe6a03923ad118910202e21a605e13127192c /view/theme | |
parent | 553b3a5c6c2ba6b93ad1193ec044ee92cf7690aa (diff) | |
parent | a6cb25020bb5200cc3c00ecc941ddb751644fbcc (diff) | |
download | volse-hubzilla-a88ec1b1af954a447a666d3ff66b1d1df0a645db.tar.gz volse-hubzilla-a88ec1b1af954a447a666d3ff66b1d1df0a645db.tar.bz2 volse-hubzilla-a88ec1b1af954a447a666d3ff66b1d1df0a645db.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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 */ |