[Django] #34991: Small admin panel css bug in pagination styles

5 views
Skip to first unread message

Django

unread,
Nov 22, 2023, 5:45:55 PM11/22/23
to django-...@googlegroups.com
#34991: Small admin panel css bug in pagination styles
-----------------------------------------+---------------------------
Reporter: Rafał Safin | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Keywords: CSS,admin
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 1 |
-----------------------------------------+---------------------------
Hello, there is a small bug in Admin panel pagination css style.

To reproduce, one must register model in Admin panel with at least one
item in **list_editable** attribute (so the "Save" button will show up).
It seems **.this-page** class has vertical align top and because button is
large, it doesn't fit. Fix is to use vertical-align: middle, as far as i
can see, this is the only place where this class is used.

currently:
https://user-images.githubusercontent.com/51059348/285057879-100f638f-
5b6a-4ec7-afc5-588064cc9a84.png

after fix:
https://user-
images.githubusercontent.com/51059348/285059957-61c41c7f-0784-49f0-bdd8-16d5d6f263c2.png

--
Ticket URL: <https://code.djangoproject.com/ticket/34991>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Nov 22, 2023, 5:47:01 PM11/22/23
to django-...@googlegroups.com
#34991: Small admin panel css bug in pagination styles
-------------------------------+--------------------------------------

Reporter: Rafał Safin | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Resolution:

Keywords: CSS,admin | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------+--------------------------------------
Changes (by Rafał Safin):

* Attachment "Screenshot from 2023-11-22 23-27-10.png" added.

Django

unread,
Nov 22, 2023, 5:51:43 PM11/22/23
to django-...@googlegroups.com
#34991: Small admin panel css bug in pagination styles
-------------------------------+---------------------------------------
Reporter: Rafał Safin | Owner: Rafał Safin
Type: Bug | Status: assigned

Component: contrib.admin | Version: dev
Severity: Normal | Resolution:
Keywords: CSS,admin | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------+---------------------------------------
Changes (by Rafał Safin):

* owner: nobody => Rafał Safin
* status: new => assigned
* has_patch: 0 => 1


Comment:

https://github.com/django/django/pull/17513

--
Ticket URL: <https://code.djangoproject.com/ticket/34991#comment:1>

Reply all
Reply to author
Forward
0 new messages