diff options
author | friendica <info@friendica.com> | 2011-12-05 18:36:26 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-05 18:36:26 -0800 |
commit | 47f369e052d296f4a744c1508efc58f6168b7e8b (patch) | |
tree | 8cf84b2e8b409aed461e4f1e12c48d8cb2fe13d5 /view | |
parent | d2e110abf5c530b6e4f2e32bf8812faa3fa131f2 (diff) | |
download | volse-hubzilla-47f369e052d296f4a744c1508efc58f6168b7e8b.tar.gz volse-hubzilla-47f369e052d296f4a744c1508efc58f6168b7e8b.tar.bz2 volse-hubzilla-47f369e052d296f4a744c1508efc58f6168b7e8b.zip |
hide some contacts from others
Diffstat (limited to 'view')
-rw-r--r-- | view/contact_edit.tpl | 2 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/view/contact_edit.tpl b/view/contact_edit.tpl index fc6c17981..fc1a3d47b 100644 --- a/view/contact_edit.tpl +++ b/view/contact_edit.tpl @@ -59,7 +59,7 @@ {{ endif }} <div id="contact-edit-end" ></div> - + {{inc field_checkbox.tpl with $field=$hidden }}{{endinc}} <div id="contact-edit-info-wrapper"> <h4>$lbl_info1</h4> diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0150eb176..1127f1145 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1461,6 +1461,7 @@ input#dfrn-url { #contact-edit-end { clear: both; + margin-top: 15px; } #contact-profile-selector { |