Make the to-selector clear left

This commit is contained in:
Evan Prodromou 2011-03-28 16:23:31 -04:00
parent cbe003eb38
commit dca5e20b91
2 changed files with 5 additions and 1 deletions

View File

@ -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));

View File

@ -361,6 +361,10 @@ address .poweredby {
opacity:0;
}
.form_notice .to-selector {
clear:left;
}
/* Local navigation */
#site_nav_local_views {