From dca5e20b9122361b9cf0ea74bec5808f3d4a7ed2 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 28 Mar 2011 16:23:31 -0400 Subject: [PATCH] Make the to-selector clear left --- lib/noticeform.php | 2 +- theme/rebase/css/display.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 { -- 2.39.2