Opened 16 years ago

Closed 16 years ago

#8789 closed (fixed)

.submit-row class doesnt have clearfix on password change page

Reported by: Davor Lucic Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: css
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

"Change password" form in admin (when you go to change users passwords) has only 1 submit button and it's floated right so it's container (which has class .submit-row) doesn't wrap around it properly.
It's probably missing .clearfix class or something like overflow:auto.

Bug appears in latest Firefox and Opera (and probably most of other browsers, but i haven't had time to test it).

Change History (1)

comment:1 by anonymous, 16 years ago

Resolution: fixed
Status: newclosed

fixed in [9039]

Note: See TracTickets for help on using tickets.
Back to Top