diff options
author | Friendika <info@friendika.com> | 2011-08-25 18:12:42 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-25 18:12:42 -0700 |
commit | 99ea045723b89a312db5227f0036c76d481e58a1 (patch) | |
tree | 44fafd9e4c81c84b9e75d5558a8f9c6324d4d040 /view/theme/loozah | |
parent | 21c03fb5220d2190a8a764d5430c6fa8bc013860 (diff) | |
download | volse-hubzilla-99ea045723b89a312db5227f0036c76d481e58a1.tar.gz volse-hubzilla-99ea045723b89a312db5227f0036c76d481e58a1.tar.bz2 volse-hubzilla-99ea045723b89a312db5227f0036c76d481e58a1.zip |
some minor work on contact edit page
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 74d9058f7..781526eae 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -886,6 +886,7 @@ input#dfrn-url { #contact-edit-end { clear: both; + margin-bottom: 65px; } .contact-photo-menu-button { @@ -1451,6 +1452,11 @@ padding: 5px 10px 0px; font-weight: bold; margin-left: 30px; } +#contact-edit-nettype { + margin-top: 5px; + margin-left: 30px; +} + #contact-edit-poll-wrapper { margin-left: 50px; |