-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
2.6
-
None
-
MOODLE_26_STABLE
I have the page info on for debugging so it shows up in the footer. On the logon page, when I went to login with the elegance theme, the form was not accessible (unable to click on either username or password textboxes to set focus) because the footer element was on top. Using Firebug, I removed 'position: fixed' from .footer-fixed-bottom and that moved the text to the bottom of the page where I would expect it to be and then I was able to login.