Make the to-selector clear left
This commit is contained in:
parent
cbe003eb38
commit
dca5e20b91
@ -238,7 +238,7 @@ class NoticeForm extends Form
|
||||
}
|
||||
$this->out->hidden('notice_in-reply-to', $this->inreplyto, 'inreplyto');
|
||||
|
||||
$this->out->elementStart('div');
|
||||
$this->out->elementStart('div', 'to-selector');
|
||||
$toWidget = new ToSelector($this->out,
|
||||
$this->user,
|
||||
(!empty($this->to_group) ? $this->to_group : $this->to_profile));
|
||||
|
@ -361,6 +361,10 @@ address .poweredby {
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
.form_notice .to-selector {
|
||||
clear:left;
|
||||
}
|
||||
|
||||
/* Local navigation */
|
||||
|
||||
#site_nav_local_views {
|
||||
|
Loading…
Reference in New Issue
Block a user