]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed textarea @cols value for smaller screens
authorSarven Capadisli <csarven@status.net>
Thu, 15 Oct 2009 12:47:59 +0000 (12:47 +0000)
committerSarven Capadisli <csarven@status.net>
Thu, 15 Oct 2009 12:47:59 +0000 (12:47 +0000)
plugins/MobileProfile/MobileProfilePlugin.php

index eba460ed6d3575bc85e009d7ebb0982706e0bcf7..4bbdb3541cd986d662d1bbca4f28941c41689a26 100644 (file)
@@ -350,7 +350,7 @@ class MobileProfilePlugin extends WAP20Plugin
         }
 
         $form->out->element('textarea', array('id' => 'notice_data-text',
-                                              'cols' => 35,
+                                              'cols' => 15,
                                               'rows' => 4,
                                               'name' => 'status_textarea'),
                             ($form->content) ? $form->content : '');