Small body window size with quick edit

Started by spiros, January 09, 2010, 09:36:51 AM

Previous topic - Next topic

spiros


Ash-1993

Is this a show-off or do you need the help on making the window body size bigger?
Need Any Support With Your SMF 1.X And SMF 2.X? If So Then Im Here To Help Send Me A [PM] And I Will Get Too You As Soon As Possible.

- Ash-1993

ITEHosting

#2
Hello spiros,

This problem might be caused by something in your language files.

H

Spiros, have you compared Display.template.php and index.css with the files in an install archive?
Does this problem occur on all browsers?

Quote from: ITEHosting on January 09, 2010, 02:10:49 PM
Hello,

        If this is a problem, it could be your language files...

More likely to be CSS related.
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

spiros

Switched to English, same.
Tried with FF, no problem.

So it is a Chrome issue occuring only on my site and not on this site!

H

It is possible that we fixed it on this site, but mostly we're still running stock RC2 charter preview. I suggest you find another RC2 board (from the showcase or another support topic) and see if you can also reproduce the problem there
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

spiros

Maybe someone kind enough with RC2 install and Chrome could report here...

Antechinus

Yes I can reproduce that one on public RC2 and Chrome 3.0.195.38. It also affects Safari 4.04. The bug doesn't exist in the latest svn though, so I'll give you the css from the latest svn.

Webkit.css:

Remove:

.postarea .post
{
float: left;
}


Add:

.attachments
{
clear: right;
}


That seems to fix it.


Advertisement: