Using role for admin indicator. Added margin-left.
This commit is contained in:
parent
5b8e40aaa9
commit
1268be4f82
@ -172,7 +172,7 @@ class GroupMemberListItem extends ProfileListItem
|
||||
parent::showFullName();
|
||||
if ($this->profile->isAdmin($this->group)) {
|
||||
$this->out->text(' ');
|
||||
$this->out->element('span', 'admin_indicator', _('Admin'));
|
||||
$this->out->element('span', 'role', _('Admin'));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -585,13 +585,14 @@ font-weight:normal;
|
||||
content: ")";
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.entity_profile dt {
|
||||
display:none;
|
||||
}
|
||||
.entity_profile dt,
|
||||
.entity_profile h2 {
|
||||
display:none;
|
||||
}
|
||||
.entity_profile .role {
|
||||
margin-left:11px;
|
||||
font-style:italic;
|
||||
}
|
||||
/* entity_profile */
|
||||
|
||||
/*entity_actions*/
|
||||
@ -1299,6 +1300,3 @@ display:none;
|
||||
.guide {
|
||||
clear:both;
|
||||
}
|
||||
.admin_indicator {
|
||||
font-style:italic;
|
||||
}
|
Loading…
Reference in New Issue
Block a user