Fixed some group list styles
This commit is contained in:
parent
1c72461394
commit
87543292d1
|
@ -105,7 +105,7 @@ class GroupList extends Widget
|
|||
'alt' =>
|
||||
($this->group->fullname) ? $this->group->fullname :
|
||||
$this->group->nickname));
|
||||
$hasFN = ($this->group->fullname) ? 'nickname url' : 'fn org nickname url';
|
||||
$hasFN = ($this->group->fullname) ? 'nickname' : 'fn org nickname';
|
||||
$this->out->elementStart('span', $hasFN);
|
||||
$this->out->raw($this->highlight($this->group->nickname));
|
||||
$this->out->elementEnd('span');
|
||||
|
|
|
@ -787,7 +787,7 @@ display:none;
|
|||
list-style-type:none;
|
||||
}
|
||||
.profile .entity_profile .fn.nickname,
|
||||
.profile .entity_profile .url[rel=contact] {
|
||||
.profile .entity_profile .url[rel~=contact] {
|
||||
margin-left:0;
|
||||
display:inline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user