SMF Development > Fixed or Bogus Bugs

Quick reply box 3 screens wide?

<< < (3/4) > >>

briggz5d:
thanks  - this fixed my problem too.. my quick reply box was spanning out too long...
maybe making quick reply visible and always open will encourage my readers to comment.

Traxx:
ok this worked for me but what about when you post a new thread ? whats the fix for that?

Illori:
please open a separate thread in the proper support thread.

emanuele:
Add this:

--- Code: ---.editor
{
width: 100%;
max-width: 100%;
min-width: 100%;
}
--- End code ---

at the beginning of your editor.css file.
Of course as usual empty the cache to see the changes. ;)

Not sure if it is necessary, but you can also change:

--- Code: ---.richedit_resize
{
height: 5px;
font-size: 0;
background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px;
border: 1px solid #ddd;
border-top-width: 0;
cursor: s-resize;
}
--- End code ---

to:

--- Code: ---.richedit_resize
{
height: 5px;
font-size: 0;
background: #eee url(../images/bbc/resize-handle.gif) no-repeat 50% 1px;
border: 1px solid #ddd;
border-top-width: 0;
cursor: s-resize;
width: 100%;
padding: 0 2px;
}
--- End code ---

Traxx:
thanks for this fix

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version