Opened 17 years ago
Closed 17 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).
Note:
See TracTickets
for help on using tickets.
fixed in [9039]