In webkit browsers the login forms partially overlap, the "OpenID Login" header is over the username field for the regular login form.
- The problem does not manifest in Firefox 19
- Setting clear:both for the .clear class in the inspector seems to fix it
In fact clear:both is already set inline, but for some reason webkit is ignoring it
<div class="clear" style="clear: both;">
Discussion
-
Rui Ferreira
2013-04-10- status: accepted --> closed
-
Rui Ferreira
2013-04-10Added css fix to the the site_style.css. Looks fixed.