djangocms-admin-style
djangocms-admin-style copied to clipboard
django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
Django 3.1 sidebar is visible in most django cms modals (the one generated by the toolbars) See examples below: 
The preventDoubleFormSubmissions() does not work well with django admin actions. If I for example download a pdf file from django admin action (return a HttpResponse in the action) then the...
Using filters I've got visual glitch with paginator bar.  Reproduces on Chrome 87.0.4280.66, Linux
## Description Input type=color seems to be broken by djangocms-admin.css  I've got color picker without color inside. A little investigation shown that issue connected to css rule `width: auto`...
Hi there, Just because that package requires `django` and `djangocms`, I guess we need to add these packages as a requirement to [setup.py file](https://github.com/django-cms/djangocms-admin-style/blob/b11e87d6cb6765e449ce40e27a965ab43a1d8bbe/setup.py#L7).
'Sunday' column is cut off in date picker calendar on DateFields 
In django admin if the label text is too long then it overlaps with the actual readonly value(see image). Its caused by having the label `width` set to `auto!important` rather...
Hi - the `templates\admin\base_site.html` seems to have been reverted from having the Navglobal block to it being empty? **Current:** `{% block nav-global %}{% endblock %}` **Previous:** `{% block nav-global %}{{...
I use django-cms==3.11.5. With the CSS rules of djangocms-admin-style==3.3.0 the picture upload widget in the blog entries in djangocms-blog==2.0.7 are hidden. The culprit is in djangocms_admin_style/sass/components/_forms.scss: ```scss form { margin-bottom:...