diff options
author | Friendika <info@friendika.com> | 2011-05-04 22:18:36 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-04 22:18:36 -0700 |
commit | 6348e4e47b492d31a20a91917963126a4d6dc30b (patch) | |
tree | c89a7bfb3ef44bc31f9927425fee9ab6a7d38e94 | |
parent | 5f0b43485a9bab882f6ac6a0c7c7667f9f2a188a (diff) | |
download | volse-hubzilla-6348e4e47b492d31a20a91917963126a4d6dc30b.tar.gz volse-hubzilla-6348e4e47b492d31a20a91917963126a4d6dc30b.tar.bz2 volse-hubzilla-6348e4e47b492d31a20a91917963126a4d6dc30b.zip |
contact edit tool buttons a bit crowded
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 8ba548be8..5f8f06a6c 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2349,6 +2349,10 @@ a.mail-list-link { width: 300px; } +#contact-edit-links .icon, #contact-drop-links .icon { + margin: 0px 3px 0px 3px; +} + /** * ICONS */ |