Quote:
Originally Posted by tarzan22
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;
}
|
I see what you mean. So the sidebar is working for you. You are talking about the quickreply becoming too wide. This not related to this mod.
You can see the bug been reported here and a possible fix for it
http://www.vbulletin.com/forum/proje...?issueid=35815
Let me know if you need more help