Launch
closed
nobody
ui (48)
2014-03-12
2013-04-10
Rui Ferreira
No
0 up votes | 0 down votes | 0%
1 comment

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
    Rui Ferreira
    2013-04-10

    • status: accepted --> closed
     
  • Rui Ferreira
    Rui Ferreira
    2013-04-10

    Added css fix to the the site_style.css. Looks fixed.