SMF Support > SMF 2.0.x Support

quick reply box overlaps background

<< < (2/2)

Storman™:
Well your main problem is that your theme is an old version that was designed for RC2 and you are using SMF 2.0.2

That theme was totally revamped for 2.0.2 because the older versions didn't work.

I've attached the CSS for 2.0.2 which you are welcome to try but doubt it will work 100% as I suspect the theme changed slightly also. (Note rename the attached file to index.css)

Also, this is the relevant change from the old and new version for the quick reply box:

Old:


--- Code: ---/* Styles for the quick reply area.
---------------------------------------------------- */

/* The quick-reply area. Horizontal alignments go a bit wonky in IE6 and IE7 but I'm not sure it's worth worrying about. */

#quickReplyOptions .roundframe
{
padding: 0 10%;
}
#quickReplyOptions form textarea
{
height: 100px;
margin: 0.25em 0 1em 0;
}
--- End code ---

...change to..

New:


--- Code: ---/* Styles for the quick reply area.
---------------------------------------------------- */

#quickreplybox
{
padding-bottom: 1px;
}
#quickReplyOptions .roundframe
{
padding: 0 10%;
}
#quickReplyOptions form textarea
{
height: 100px;
width: 635px;
max-width: 100%;
min-width: 100%;
margin: 0.25em 0 1em 0;
}
--- End code ---

tridirk:
I just upgraded to 2.0.2 and am having the same problem.  My Theme shows it is 2.0 and my language 1.something.  How do I update the theme and language?

Also, what was the fix for the "Quick Reply" box being way oversized and overlapping?

I checked my default index.css and it matches the above suggested fix?

Navigation

[0] Message Index

[*] Previous page

Go to full version