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;
}
|
Quote:
Originally Posted by tarzan22
I don't believe he is referring to the quick reply box in his screen shot. Just the button that gets pushed to the next line. I and someone else have already mentioned this preexisting problem before in this thread. This only occurs only on lower resolutions and you referenced it to most likely being a vBulletin bug. I have noticed the same problem on every vBulletin board that uses the sidebar inside of a thread, when I am using a lower resolution (such as my 13" laptop) even in FireFox
Exactly, that is what I mean.
regards
|
The code you placed in your thread is for adjusting quickreply (bug in vbulletin) and related to reply button going to the next line in showthread (this not a bug). You can anytime disable showing the sidebar in showthread page from mod options if you didn't like it.