forked from GNUsocial/gnu-social
Minor markup fix
This commit is contained in:
parent
c0d7ce8a3c
commit
2935e8c7ce
@ -351,7 +351,7 @@ class ShowgroupAction extends Action
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->elementStart('div', array('id' => 'entity_subscriptions',
|
$this->elementStart('div', array('id' => 'entity_members',
|
||||||
'class' => 'section'));
|
'class' => 'section'));
|
||||||
|
|
||||||
$this->element('h2', null, _('Members'));
|
$this->element('h2', null, _('Members'));
|
||||||
@ -369,5 +369,7 @@ class ShowgroupAction extends Action
|
|||||||
array('nickname' => $this->group->nickname))),
|
array('nickname' => $this->group->nickname))),
|
||||||
_('All members'));
|
_('All members'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->elementEnd('div');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -116,4 +116,9 @@ class TagCloudSection extends Section
|
|||||||
{
|
{
|
||||||
return common_local_url('tag', array('tag' => $tag));
|
return common_local_url('tag', array('tag' => $tag));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function divId()
|
||||||
|
{
|
||||||
|
return 'tagcloud';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -812,11 +812,11 @@ border-radius:4px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notice div.entry-content {
|
.notice div.entry-content {
|
||||||
/*border:1px solid blue;*/
|
|
||||||
clear:left;
|
clear:left;
|
||||||
float:left;
|
float:left;
|
||||||
/*width:48%;*/
|
|
||||||
font-size:0.95em;
|
font-size:0.95em;
|
||||||
|
margin-left:59px;
|
||||||
|
width:70%;
|
||||||
}
|
}
|
||||||
.notice div.entry-content a,
|
.notice div.entry-content a,
|
||||||
.notice .notice-options a,
|
.notice .notice-options a,
|
||||||
@ -829,22 +829,11 @@ float:left;
|
|||||||
font-size:1.025em;
|
font-size:1.025em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#laconicat .notice div.entry-content {
|
|
||||||
/*margin-left:0;*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.notice div.entry-content dl,
|
.notice div.entry-content dl,
|
||||||
.notice div.entry-content dt,
|
.notice div.entry-content dt,
|
||||||
.notice div.entry-content dd {
|
.notice div.entry-content dd {
|
||||||
display:inline;
|
display:inline;
|
||||||
}
|
}
|
||||||
.notice div.entry-content .timestamp {
|
|
||||||
margin-left:59px;
|
|
||||||
}
|
|
||||||
#showstream .notice div.entry-content .timestamp {
|
|
||||||
margin-left:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.notice div.entry-content .timestamp dt,
|
.notice div.entry-content .timestamp dt,
|
||||||
.notice div.entry-content .response dt {
|
.notice div.entry-content .response dt {
|
||||||
|
Loading…
Reference in New Issue
Block a user