First, let me just say that this project is absolutely wonderful. The drupal project is just amazing, functionality, stability, etc. The problem that I seem to be experiencing is with the login screen. I'm not sure why, but the username text box does not appear to be the same size as the password text box when viewed through Internet Exporer. Firefox displays the text boxes just fine. Is there a way for me to statically assign the size value of both text boxes, just to ensure that any browser will display correctly? Thanks very much for your help.

Comments

TDobes’s picture

Title: issue with username and password text boxes » username and password text boxes different sizes in Win-IE

Interesting that this bug does not seem to occur here on drupal.org. (I can confirm the bug with all the themes in a clean install, though.) Drupal.org seems to use a different font for the password field in IE, though... I get dots for each character with a clean install, but a rectangle on drupal.org (maybe because I'm missing a font on my Windows box or something?)

Anyway, maybe looking at the styling of the form-password class in BlueBeach's style.css would be helpful in fixing this.

robin monks’s picture

This is still occuring on the latest HEAD. Bumping up to CVS.

Robin

john.money’s picture

Password text boxes are given a different class than normal text input (for some odd reason). Just add .form-password after wherever you see .form-text in the stylesheet of your theme(s).

killes@www.drop.org’s picture

So it is a theme issue? Marking fixed.

Anonymous’s picture