]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change id of message textarea
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:19:26 +0000 (22:19 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 18 Sep 2008 02:19:26 +0000 (22:19 -0400)
darcs-hash:20080918021926-5ed1f-93d05fdd25606664a619e027178d188a46cbde83.gz

actions/newmessage.php
theme/stoica/display.css

index 0dc37c39c4762f6a5da95114e4e869fa9d24fcd7..f134e89483c4d1d2db4f9dcfb70a327ccf9a0e9f 100644 (file)
@@ -108,7 +108,7 @@ class NewmessageAction extends Action {
                
                common_element_start('p');
                
-               common_element('textarea', array('id' => 'content',
+               common_element('textarea', array('id' => 'message_content',
                                                                                 'cols' => 60,
                                                                                 'rows' => 3,
                                                                                 'name' => 'content'),
index 1f921d95010ac20d4c8abde2aeb1c803817b10d5..8e03ff509ec395ad96f03bd17a8bb17c15158721 100644 (file)
@@ -685,7 +685,7 @@ input#favor, input.favor  {
        padding: 0;
        }
        
-#message_form textarea.content {
+#message_content {
        display: block;
        float: left;
        width: 463px;