Download & Extend

Change in password field styling

Project:Sands_CSS
Version:4.7.x-1.x-dev
Component:Rendering issues
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Proposed change:
Replace input.form-password by input[type="password"] in colors.css

What this change achieves:
- Renders password field similar to user id field
- This proposed change does not affect IE

In fact, neither in the template files nor in Drupal core is form-password used. It may be an obsolete style element.

Comments

#1

Status:active» fixed

Thanks for catching this, it's a holdup from the Drupal 4.6 version of sands.

I think instead the selector should be .form-text#edit-pass; this should also work in MSIE.

I've applied this to Sands and Sands_CSS, versions 4.7 and CVS. Please let me know if there are any problems.

#2

Status:fixed» closed (fixed)
nobody click here