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 Version 1

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 (last modified by Antoliny)

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


However, the current layout has been changed as follows.


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 (3)

by Antoliny, 6 weeks ago

Attachment: after_pagination.png added

by Antoliny, 6 weeks ago

Attachment: before_pagination.png added

comment:1 by Antoliny, 6 weeks ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top