Re: Responsive admin

2017-06-08 Thread Tim Graham
“responsive”>; third party apps could override that template and >>>> remove the class >>>> >>>> Thanks for you work on the admin’s style, >>>> >>>> -- >>>> Aymeric. >>>> >>>> On 9 Jan 2017, at 11:5

Re: Responsive admin

2017-05-30 Thread Óscar M . Lage
in’s style, >>> >>> -- >>> Aymeric. >>> >>> On 9 Jan 2017, at 11:59, elky <manse...@gmail.com > wrote: >>> >>> Hi guys, >>> >>> Few months ago I released *django-flat-responsive* >>> <https://github

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
On 9 Jan 2017, at 11:59, elky <mansell...@gmail.com> wrote: >>> >>> Hi guys, >>> >>> Few months ago I released *django-flat-responsive* >>> <https://github.com/elky/django-flat-responsive> app - a simple >>> extension for admin that m

Re: Responsive admin

2017-01-09 Thread Marc Tamlyn
: >> >> Hi guys, >> >> Few months ago I released *django-flat-responsive* >> <https://github.com/elky/django-flat-responsive> app - a simple >> extension for admin that makes interface mobile and tablet friendly. I >> tested it on few complex projects using

Re: Responsive admin

2017-01-09 Thread Adam Johnson
elky/django-flat-responsive> app - a simple extension > for admin that makes interface mobile and tablet friendly. I tested it on > few complex projects using major mobile browsers and it works good. Now I'm > going to make pull request to Django repo but before I want to ask > communit

Re: Responsive admin

2017-01-09 Thread Aymeric Augustin
admin that makes interface mobile and tablet friendly. I tested it on few > complex projects using major mobile browsers and it works good. Now I'm going > to make pull request to Django repo but before I want to ask community -- is > it necessary to have responsive admin? > >

Responsive admin

2017-01-09 Thread elky
going to make pull request to Django repo but before I want to ask community -- is it necessary to have responsive admin? My thoughts: Pros: - It's modern - Few times I really needed to make some edits inside admin through my mobile (it was painful), so I think some people want admin to be resp