forked from GNUsocial/gnu-social
Fix weird alignment of controls in subscriptions page. The dots are gone now
This commit is contained in:
parent
14a82dae61
commit
d442f59693
@ -120,6 +120,9 @@ class GalleryAction extends OwnerDesignAction
|
|||||||
$content[$t] = $t;
|
$content[$t] = $t;
|
||||||
}
|
}
|
||||||
if ($tags) {
|
if ($tags) {
|
||||||
|
$this->elementStart('dl', array('id' => 'filter_tags'));
|
||||||
|
$this->element('dt', null, _('Tags'));
|
||||||
|
$this->elementStart('dd');
|
||||||
$this->elementStart('ul');
|
$this->elementStart('ul');
|
||||||
$this->elementStart('li', array('id' => 'filter_tags_all',
|
$this->elementStart('li', array('id' => 'filter_tags_all',
|
||||||
'class' => 'child_1'));
|
'class' => 'child_1'));
|
||||||
@ -150,6 +153,8 @@ class GalleryAction extends OwnerDesignAction
|
|||||||
$this->elementEnd('form');
|
$this->elementEnd('form');
|
||||||
$this->elementEnd('li');
|
$this->elementEnd('li');
|
||||||
$this->elementEnd('ul');
|
$this->elementEnd('ul');
|
||||||
|
$this->elementEnd('dd');
|
||||||
|
$this->elementEnd('dl');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user