knightoverlord / owasp-hackademic-challenges

Automatically exported from code.google.com/p/owasp-hackademic-challenges
0 stars 0 forks source link

Login forms on live version in IE8 and Firefox extend off of the page #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Opening the main page on either IE8 or Firefox seems to replicate the 
problem of the login forms extending off of the page. Chrome loaded it 
correctly. 

Looking into the CSS in all three browsers I believe that adding "width: 100%" 
to the inputbox class will adjust it so that the forms are displayed correctly. 
This worked when I live edited the CSS in both IE and FF.

Original issue reported on code.google.com by kphil...@gmail.com on 4 Apr 2012 at 7:04