diff options
author | Mario <mario@mariovavti.com> | 2021-11-21 19:50:36 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-11-21 19:50:36 +0000 |
commit | 6bd6afac05963c60d32be4011b11e02356d76444 (patch) | |
tree | 1c1b7b0c32f4bb3045bb11b7a68bcc3a3f25d5f1 /view/theme/redbasic | |
parent | 4049992228b549cbe72640f0cfad0089561091c3 (diff) | |
download | volse-hubzilla-6bd6afac05963c60d32be4011b11e02356d76444.tar.gz volse-hubzilla-6bd6afac05963c60d32be4011b11e02356d76444.tar.bz2 volse-hubzilla-6bd6afac05963c60d32be4011b11e02356d76444.zip |
streamline profile vcard with xchan vcard
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 346e46c6b..a4641b68e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -400,34 +400,26 @@ footer { color: #444444; } +.vcard-card { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + .vcard { margin-bottom: 10px; padding: 0px 10px 10px 10px; background-color: rgba(254,254,254,0.5); border: 1px solid rgba(254,254,254,0.5); - border-radius: $radius; + border-top: 0px; word-wrap: break-word; } -.vcard dl, -.vcard .title { - margin-top: 10px; - margin-bottom: 0px; -} - -.connect-btn-wrapper { - margin-bottom: 10px; - -} - .profile-edit-side-link { - padding: 3px 0px; opacity: 0; - filter:alpha(opacity=30); - float: right; + filter:alpha(opacity=0); } -.vcard:hover .profile-edit-side-link { +.card:hover .profile-edit-side-link { opacity: 1; filter:alpha(opacity=100); } |