diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-25 20:03:26 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-25 20:03:26 -0700 |
commit | 7f982a07781f09756d852f423bba37dc11abf2a5 (patch) | |
tree | 62afac66af7dcffcc01aded704a6711e5f86fa19 /view/theme/redbasic/css | |
parent | 28a1be4d36bf0ec54d053bb9decbe619361682cb (diff) | |
download | volse-hubzilla-7f982a07781f09756d852f423bba37dc11abf2a5.tar.gz volse-hubzilla-7f982a07781f09756d852f423bba37dc11abf2a5.tar.bz2 volse-hubzilla-7f982a07781f09756d852f423bba37dc11abf2a5.zip |
minor usability enhancements with the connections list - label the edit icon so it's more obvious; the intuitive action is to click the photo or name which isn't what we usually want. Also move the Delete button over just a bit more so it's harder to accidentally click on small screens with big thumbs.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 07dfd938d..0dee7dead 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -427,6 +427,10 @@ footer { right: 5px; } +.contact-delete-btn { + margin-right: 32px; +} + #contact-block { width: 100%; } |