Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8631 closed (fixed)

.submit_row CSS class collapses in FF3

Reported by: Brandon Taylor Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: CSS
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The .submit_row CSS class collapses in FF3, making the Save button overlap the bottom boundary of the div in popup windows.
I added 'overflow: auto;' to the field to correct this.

Attachments (2)

forms.css (4.3 KB ) - added by Brandon Taylor 16 years ago.
forms.css in contrib.admin.media
forms.css.patch (988 bytes ) - added by Brandon Taylor 16 years ago.
Patch file for forms.css

Download all attachments as: .zip

Change History (6)

by Brandon Taylor, 16 years ago

Attachment: forms.css added

forms.css in contrib.admin.media

comment:1 by Alex Gaynor, 16 years ago

can you please upload a diff instead of the file as a whole. That way we can still apply your patch even if other changes are made to the file.

by Brandon Taylor, 16 years ago

Attachment: forms.css.patch added

Patch file for forms.css

comment:2 by Jacob, 16 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Brian Rosner, 16 years ago

Resolution: fixed
Status: newclosed

(In [8762]) Fixed #8631 -- Corrected a display issue with the popup submit_row where the Save button would overflow. Thanks btaylordesign for report and initial patch.

comment:4 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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