#35541: Admin changelist total row css issue
-------------------------------+------------------------------------
     Reporter:  Sarah Boyce    |                    Owner:  tabiva
         Type:  Bug            |                   Status:  assigned
    Component:  contrib.admin  |                  Version:  5.1
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  1              |                    UI/UX:  0
-------------------------------+------------------------------------
Description changed by Sarah Boyce:

Old description:

> The border of the total row extends longer than the table
>
> [[Image(image-20240620-132817.png)]]
>
> This would fix it for me (needs further testing)
> {{{#!diff
> --- a/django/contrib/admin/static/admin/css/base.css
> +++ b/django/contrib/admin/static/admin/css/base.css
> @@ -1119,7 +1119,6 @@ a.deletelink:focus, a.deletelink:hover {
>      line-height: 22px;
>      margin: 0;
>      border-top: 1px solid var(--hairline-color);
> -    width: 100%;
>  }
> }}}
>
> [[Image(image-20240620-132917.png)]]
>
> I also believe the following related images should be updated with the
> lastest css:
> - `docs/intro/_images/admin04t.png`
> - `docs/intro/_images/admin06t.png`
> - `docs/intro/_images/admin12t.png`

New description:

 The border of the total row extends longer than the table

 [[Image(image-20240620-132817.png)]]

 This would fix it for me (needs further testing)
 {{{#!diff
 --- a/django/contrib/admin/static/admin/css/base.css
 +++ b/django/contrib/admin/static/admin/css/base.css
 @@ -1119,7 +1119,6 @@ a.deletelink:focus, a.deletelink:hover {
      line-height: 22px;
      margin: 0;
      border-top: 1px solid var(--hairline-color);
 -    width: 100%;
  }
 }}}

 [[Image(image-20240620-132917.png)]]

 I also believe the following related images should be updated with the
 lastest css:
 - `docs/intro/_images/admin04t.png`
 - `docs/intro/_images/admin06t.png`

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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/010701903b5bd608-f19b6666-8696-431b-be67-c500982be6ec-000000%40eu-central-1.amazonses.com.

Reply via email to