On Thu, Mar 10, 2011 at 08:25:02PM +0100, Thomas Jost wrote:
On Thu, 10 Mar 2011 14:16:53 -0500, Adam Weiss <adam@archlinux.us> wrote:
On Thu, Mar 10, 2011 at 13:54, Lukas Fleischer <archlinux@cryptocrack.de> wrote:
That seems to happen with WebKit only. Any Safari/Chrom{e,ium} user around that is willing to point out the problem? Should be kinda easy to figure out using the Web Inspector.
The violator is: the second <p> under pgboxbody: <p> <span class="f3"></span> </p>
It's just before: <form method="POST" action="packages.php?ID=[ID]"> <input type="hidden" name="action" value="do_ChangeCategory">Category: <select name="category_id"> ...
Hope that helps, can't do much hacking on the source from work :)
Actually it's weirder than that :) [...]
So, <form> is a block-level element, but <span> is an inline element. And apparently WebKit "solves" this problem by moving the block-level element outside the inline element...
Suggestions: - get rid of the <span> - add a "display: inline" CSS rule for the form
Should be fixed now [1]. I also updated the live setup. [1] http://projects.archlinux.org/aur.git/commit/?id=7f9e498e