change id of message textarea

darcs-hash:20080918021926-5ed1f-93d05fdd25606664a619e027178d188a46cbde83.gz
This commit is contained in:
Evan Prodromou 2008-09-17 22:19:26 -04:00
parent edc11b1157
commit 892132549e
2 changed files with 2 additions and 2 deletions

View 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'),

View File

@ -685,7 +685,7 @@ input#favor, input.favor {
padding: 0;
}
#message_form textarea.content {
#message_content {
display: block;
float: left;
width: 463px;