Re: Responsive admin

2017-06-08 Thread Tim Graham
A pull request is available for review: https://github.com/django/django/pull/8610 I don't have any experience writing responsive CSS so reviews from experts in that area would be welcome. On Tuesday, May 30, 2017 at 4:04:51 AM UTC-4, Óscar M. Lage wrote: > > Nice suggestion!, imho something

Re: Responsive admin

2017-05-30 Thread Óscar M . Lage
Nice suggestion!, imho something like a specific settings RESPONSIVE_ADMIN=True (or False) would be nice to let the people choose. Thanks Elky for the effort!. El lunes, 9 de enero de 2017, 14:26:56 (UTC+1), Marc Tamlyn escribió: > > I'd suggest including this with a mechanism (on the admin

Re: Responsive admin

2017-05-28 Thread elky
Bump! Sorry for so long silence. Seems it's done - I added some more tweaks to the app. Regarding third-party apps, I think the most less-painful ways to disable responsive css are: - override responsive.css or make it empty; - override admin base.html to remove tag which enables responsive

Re: Responsive admin

2017-01-10 Thread Collin Anderson
I think for the admin fonts, we put those in a separate css file: fonts.css, so you could easily disable them by replacing that file with a blank file. We could probably do the same thing with a responsive.css file. (Though if we do give the option to switch, do we now need to support and test

Re: Responsive admin

2017-01-09 Thread Marc Tamlyn
I'd suggest including this with a mechanism (on the admin site?) to disable it for a while if that causes problems for existing custom setups? Marc On 9 January 2017 at 11:59, Adam Johnson wrote: > - perhaps supplying an empty CSS file with the same name overrides the >> file

Re: Responsive admin

2017-01-09 Thread Adam Johnson
> > - perhaps supplying an empty CSS file with the same name overrides the > file provided by the admin? (I’m not sure) It does, as long as the app it's in is before django.contrib.admin in INSTALLED_APPS, django-grappelli uses this mechanism

Re: Responsive admin

2017-01-09 Thread Aymeric Augustin
Hello Elky, I’d love to see this responsive design merged in Django. I’m using the admin from my phone quite often and the lack of a responsive design makes that painful. The admin gets very few CSS changes. I don’t think we should refrain from adding a useful responsive design out of fear