change id of message textarea
darcs-hash:20080918021926-5ed1f-93d05fdd25606664a619e027178d188a46cbde83.gz
This commit is contained in:
parent
edc11b1157
commit
892132549e
|
@ -108,7 +108,7 @@ class NewmessageAction extends Action {
|
||||||
|
|
||||||
common_element_start('p');
|
common_element_start('p');
|
||||||
|
|
||||||
common_element('textarea', array('id' => 'content',
|
common_element('textarea', array('id' => 'message_content',
|
||||||
'cols' => 60,
|
'cols' => 60,
|
||||||
'rows' => 3,
|
'rows' => 3,
|
||||||
'name' => 'content'),
|
'name' => 'content'),
|
||||||
|
|
|
@ -685,7 +685,7 @@ input#favor, input.favor {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#message_form textarea.content {
|
#message_content {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 463px;
|
width: 463px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user