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