]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
smaller textbox
authorEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:25:00 +0000 (16:25 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 20 May 2008 20:25:00 +0000 (16:25 -0400)
darcs-hash:20080520202500-84dde-a4bb2b7c64122805a73c157f34acc8849e2421d2.gz

actions/showstream.php
lib/util.php

index b758761692328d654887f3bf8e4826fc29056853..e721a6d201377a446a266421f5a82d1fb53e4eea 100644 (file)
@@ -293,6 +293,7 @@ class ShowstreamAction extends StreamAction {
                                                                  'href' => $noticeurl));
                common_element('span', 'title', common_date_string($notice->created));
                common_element('span', 'desc', $notice->content);
+               common_element_end('a');
                common_element_end('li');
        }
 }
index 99a914a3a5ba6b93c4331d72f95092c1ffc6b921..e8d0d53c9cf060bf35ca8bb4d178123cbc40e2e9 100644 (file)
@@ -385,12 +385,12 @@ function common_notice_form() {
        common_element('textarea', array('rows' => 3, 'cols' => 40,
                                                                         'name' => 'content',
                                                                         'id' => 'content', 
-                                                                        'class' => 'width75'),
+                                                                        'class' => 'width50'),
                                   ' ');
        common_element_end('p');
        common_submit('submit', _t('Send'));
        common_element_end('form');
-       }
+}
 
 // XXX: set up gettext