Small body window size with quick edit
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Flh6.ggpht.com%2F_Z6S8BcbaPTU%2FS0iUVqHL6gI%2FAAAAAAAABys%2FKzbF1LEApy8%2Fs640%2F2010-01-09_163451.jpg&hash=21ed18219386c83e05a90807c94b946bcd35ac9b)
Is this a show-off or do you need the help on making the window body size bigger?
Hello spiros,
This problem might be caused by something in your language files.
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.
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!
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
Maybe someone kind enough with RC2 install and Chrome could report here...
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.