From 4a514fa966b1725c27c5e2d816fee77d1340475b Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 12 Apr 2011 21:29:58 -0700 Subject: [PATCH] minor ui tweaks --- mod/profiles.php | 2 +- view/theme/duepuntozero/style.css | 2 ++ view/theme/loozah/style.css | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mod/profiles.php b/mod/profiles.php index 5ab104aa9d..cb8e8c59dc 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -467,7 +467,7 @@ function profiles_content(&$a) { '$id' => $rr['id'], '$alt' => t('Profile Image'), '$profile_name' => $rr['profile-name'], - '$visible' => (($rr['is-default']) ? t('Visible to everybody') + '$visible' => (($rr['is-default']) ? '' . t('Visible to everybody') . '' : '' . t('Edit visibility') . '') )); } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 5af6385fdf..51bdb716b3 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2253,6 +2253,7 @@ a.mail-list-link { #group-all-contacts-end { clear: both; + margin-bottom: 10px; } #group-edit-desc { @@ -2286,6 +2287,7 @@ a.mail-list-link { #prof-all-contacts-end { clear: both; + margin-bottom: 10px; } #prof-edit-desc { diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index a4c504d23d..bee68fc327 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2277,6 +2277,7 @@ a.mail-list-link { #group-all-contacts-end { clear: both; + margin-bottom: 10px; } #group-edit-desc { @@ -2310,6 +2311,7 @@ a.mail-list-link { #prof-all-contacts-end { clear: both; + margin-bottom: 10px; } #prof-edit-desc {