Opened 6 weeks ago

Last modified 6 weeks ago

#36516 closed Cleanup/optimization

Pagination and save button layout in the admin changelist footer has changed. — at Initial Version

Reported by: Antoliny Owned by:
Component: contrib.admin Version: dev
Severity: Release blocker Keywords: changelist, pagination, list_editable
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

The previous layout of the pagination and the changelist table save button was as follows.

No image "Screenshot 2025-07-22 at 7.09.54 AM" attached to Ticket #36516

However, the current layout has been changed as follows.

No image "Screenshot 2025-07-22 at 7.12.40 AM" attached to Ticket #36516

This change happened during the recent changelist pagination accessibility improvements3f59711, where the save button was separated from pagination.html, but justify-content: center CSS was not added in the process.

Change History (2)

by Antoliny, 6 weeks ago

Attachment: after_pagination.png added

by Antoliny, 6 weeks ago

Attachment: before_pagination.png added
Note: See TracTickets for help on using tickets.
Back to Top