Sorry for my English, if it relates to this change is already done and I do not work, if it relates to something else please tell me.
Thanks
PHP Code:
editor_textbox.quickreply textarea {
height:100px;
}
.editor_textbox.quickreply iframe {
height:106px;
}
2. Change it to
PHP Code:
.editor_textbox textarea {
height:100px;
}
.quickreply textarea {
height:100px;
width: 80%;
}
.editor_textbox.quickreply iframe {
height:106px;
}
|