Closed (fixed)
Project:
Drupal core
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2004 at 19:25 UTC
Updated:
1 Jul 2005 at 09:57 UTC
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
Comment #1
TDobes commentedInteresting 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.
Comment #2
robin monks commentedThis is still occuring on the latest HEAD. Bumping up to CVS.
Robin
Comment #3
john.money commentedPassword 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).
Comment #4
killes@www.drop.org commentedSo it is a theme issue? Marking fixed.
Comment #5
(not verified) commented