djangocms-admin-style icon indicating copy to clipboard operation
djangocms-admin-style copied to clipboard

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.

Results 20 djangocms-admin-style issues
Sort by recently updated
recently updated
newest added

Django 3.1 sidebar is visible in most django cms modals (the one generated by the toolbars) See examples below: ![Screenshot_20201221_123448](https://user-images.githubusercontent.com/714711/102773092-f3cf6280-4388-11eb-85d9-4528947331f8.png)

kind: bug

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. ![image](https://user-images.githubusercontent.com/6457827/101552833-97e9fe80-39c4-11eb-87aa-411f8de5ba47.png) Reproduces on Chrome 87.0.4280.66, Linux

## Description Input type=color seems to be broken by djangocms-admin.css ![image](https://user-images.githubusercontent.com/6457827/101520997-44f95280-3996-11eb-9091-05de605cd067.png) 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 ![image](https://user-images.githubusercontent.com/4056979/95378023-a001c100-08e3-11eb-9e7f-0e63e1029eba.png)

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:...