Opened 8 years ago

Closed 7 years ago

#26818 closed New feature (fixed)

Make the Django admin CSS responsive

Reported by: Henrique Chehad Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords: admin, responsive
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: yes

Description (last modified by Tim Graham)

Change History (8)

comment:1 by Tim Graham, 8 years ago

Resolution: needsinfo
Status: newclosed

The last I heard of the idea was during the 1.9 release cycle when Elky worked on the redesign:

I don't plan to make admin responsive yet (to make it perfectly accessible on mobile) - just because we can't control third-party apps. Ideally django should have its own css framework for that but not in near future I think.

Someone interested in working on this will need to write a proposal to the DevelopersMailingList. Until that happens, I think the idea isn't concrete enough to keep a ticket open about it.

comment:2 by Olivier Dalang, 8 years ago

I'm no expert at css at all, but isn't there something between "fully responsive with own css framework" and "not responsive at all" ?

I think we could improve usability on mobile without going too far in modifying the admin. There's already a sensible change just by adding a viewport meta and removing some fixed width elements.

Wouldn't that be a valid strategy ? (improving instead of changing)
If so, could this ticket be reopened ?

Thanks !

comment:3 by Tim Graham, 8 years ago

Lets get a consensus on the DevelopersMailingList. We likely don't have people who could provide feedback about this monitoring Trac.

comment:4 by Aymeric Augustin, 7 years ago

Elky continued his efforts with the flat design and released a responsive theme as a separate package: https://github.com/elky/django-flat-responsive

comment:5 by elky, 7 years ago

Has patch: set
Resolution: needsinfo
Status: closednew
Version: 1.9master

comment:6 by Tim Graham, 7 years ago

Description: modified (diff)
Summary: Django Admin ResponsiveMake the Django admin CSS responsive
Triage Stage: UnreviewedAccepted

comment:7 by Tim Graham, 7 years ago

Patch needs improvement: set

comment:8 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In dc37e884:

Fixed #26818 -- Added responsive CSS for the admin.

Note: See TracTickets for help on using tickets.
Back to Top