Opened 10 years ago
Closed 10 years ago
#24053 closed Cleanup/optimization (fixed)
Drop IE6/7 admin CSS/icons
Reported by: | Tim Graham | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I think we could leave it in 1.8 LTS and drop in 1.9.
django/contrib/admin/static/admin/css/ie.css
and the images referenced in that file.
Attachments (1)
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
the patch I attached removes the file "django/contrib/admin/static/admin/css/ie.css" since the whole file is used for the ie6&7 admins page. I also removed the image referenced by it: "django/contrib/admin/static/admin/img/inline-delete-8bit.png" and the line in the admin template that references the css file: "/django/contrib/admin/templates/admin/base.html".
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Sounds like a good idea to me.