]> git.mxchange.org Git - friendica.git/commitdiff
minor ui tweaks
authorFriendika <info@friendika.com>
Wed, 13 Apr 2011 04:29:58 +0000 (21:29 -0700)
committerFriendika <info@friendika.com>
Wed, 13 Apr 2011 04:29:58 +0000 (21:29 -0700)
mod/profiles.php
view/theme/duepuntozero/style.css
view/theme/loozah/style.css

index 5ab104aa9d3cda93a58ba62df40a16434e9d94cf..cb8e8c59dc057164f387fe22c53be63b4d1de1c9 100644 (file)
@@ -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']) ?  '<strong>' . t('Visible to everybody') . '</strong>' 
                                                : '<a href="' . $a->get_baseurl() . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>')
                                ));
                        }
index 5af6385fdf27d34047ea062c0f7e360821dab32f..51bdb716b36be6ec985d444890c3711623a4c1b6 100644 (file)
@@ -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 {
index a4c504d23d84b7e349da0655bac2e6573b28eab6..bee68fc32725738555daf7dd7f1a30903020b5f6 100644 (file)
@@ -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 {