]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
float notices left
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 19:43:26 +0000 (15:43 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 19:43:26 +0000 (15:43 -0400)
darcs-hash:20080520194326-84dde-48b25c342111e354759263ccea2e2c9ad8345904.gz

actions/showstream.php

index 144d84123839cf3c55612c14ebb10d3908688fad..eec54b68f9af8cee3ed9832553f07689e9d8c6be 100644 (file)
@@ -55,6 +55,8 @@ class ShowstreamAction extends StreamAction {
                        $this->notice_form();
                }
 
+               $this->show_notices($profile);
+
                common_element_start('div', 'sidebar width33 floatRight greenBg');
 
                $this->show_profile($profile);
@@ -75,8 +77,6 @@ class ShowstreamAction extends StreamAction {
 
                common_element_end('div');
 
-               $this->show_notices($profile);
-
                common_show_footer();
        }
 
@@ -255,7 +255,7 @@ class ShowstreamAction extends StreamAction {
 
                $notice->find();
 
-               common_element_start('div', 'notices');
+               common_element_start('div', 'notices width66 floatLeft');
                common_element('h2', 'notices', _t('Notices'));
 
                while ($notice->fetch()) {