]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Make the to-selector clear left
authorEvan Prodromou <evan@status.net>
Mon, 28 Mar 2011 20:23:31 +0000 (16:23 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 28 Mar 2011 20:23:31 +0000 (16:23 -0400)
lib/noticeform.php
theme/rebase/css/display.css

index 0f4207e4ae02b61f7407298224cd5974eae412fd..ee4e2ca9670fe8dbf29b16f29dbe21641099641e 100644 (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));
index 9c019e62896bebb4565b0dd719e89356a2875f5b..45553e973aaf11f00df77e27588e5a125f1efd3a 100644 (file)
@@ -361,6 +361,10 @@ address .poweredby {
     opacity:0;
 }
 
+.form_notice .to-selector { 
+    clear:left;
+}
+
 /* Local navigation */
 
 #site_nav_local_views {