Added django-tabbed-admin style support

This commit is contained in:
Fabio Caccamo
2018-02-05 12:24:42 +01:00
parent ee9994231b
commit 4e18d36c79
4 changed files with 158 additions and 57 deletions
@@ -0,0 +1,11 @@
/*
django-tabbed-admin support
https://github.com/omji/django-tabbed-admin
*/
@media (max-width: 767px){
/* fix horizontal overflow - responsive.css:563 */
.admin-interface .ui-tabs .ui-tabs-panel[id^=tabs] .aligned .form-row > div {
width: 100%;
}
}