minor ui tweaks
This commit is contained in:
parent
080efe4d1e
commit
4a514fa966
|
@ -467,7 +467,7 @@ function profiles_content(&$a) {
|
||||||
'$id' => $rr['id'],
|
'$id' => $rr['id'],
|
||||||
'$alt' => t('Profile Image'),
|
'$alt' => t('Profile Image'),
|
||||||
'$profile_name' => $rr['profile-name'],
|
'$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>')
|
: '<a href="' . $a->get_baseurl() . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>')
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
|
@ -2253,6 +2253,7 @@ a.mail-list-link {
|
||||||
|
|
||||||
#group-all-contacts-end {
|
#group-all-contacts-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#group-edit-desc {
|
#group-edit-desc {
|
||||||
|
@ -2286,6 +2287,7 @@ a.mail-list-link {
|
||||||
|
|
||||||
#prof-all-contacts-end {
|
#prof-all-contacts-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#prof-edit-desc {
|
#prof-edit-desc {
|
||||||
|
|
|
@ -2277,6 +2277,7 @@ a.mail-list-link {
|
||||||
|
|
||||||
#group-all-contacts-end {
|
#group-all-contacts-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#group-edit-desc {
|
#group-edit-desc {
|
||||||
|
@ -2310,6 +2311,7 @@ a.mail-list-link {
|
||||||
|
|
||||||
#prof-all-contacts-end {
|
#prof-all-contacts-end {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#prof-edit-desc {
|
#prof-edit-desc {
|
||||||
|
|
Loading…
Reference in a new issue