From: Evan Prodromou Date: Mon, 28 Mar 2011 20:23:31 +0000 (-0400) Subject: Make the to-selector clear left X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dca5e20b9122361b9cf0ea74bec5808f3d4a7ed2;p=quix0rs-gnu-social.git Make the to-selector clear left --- diff --git a/lib/noticeform.php b/lib/noticeform.php index 0f4207e4ae..ee4e2ca967 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -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)); diff --git a/theme/rebase/css/display.css b/theme/rebase/css/display.css index 9c019e6289..45553e973a 100644 --- a/theme/rebase/css/display.css +++ b/theme/rebase/css/display.css @@ -361,6 +361,10 @@ address .poweredby { opacity:0; } +.form_notice .to-selector { + clear:left; +} + /* Local navigation */ #site_nav_local_views {