Changes between Initial Version and Version 1 of Ticket #36516


Ignore:
Timestamp:
Jul 21, 2025, 5:21:07 PM (6 weeks ago)
Author:
Antoliny
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36516 – Description

    initial v1  
    11The previous layout of the pagination and the changelist table save button was as follows.
    22
    3 [[Image(Screenshot 2025-07-22 at 7.09.54 AM)]]
     3[[Image(before_pagination.png)]]
    44
    55However, the current layout has been changed as follows.
    66
    7 [[Image(Screenshot 2025-07-22 at 7.12.40 AM)]]
     7[[Image(after_pagination.png)]]
    88
    99This change happened during the recent changelist pagination accessibility improvements[https://github.com/django/django/commit/3f59711581bd22ebd0f13fb040b15b69c0eee21f 3f59711], where the save button was separated from pagination.html, but `justify-content: center` CSS was not added in the process.
Back to Top