1
0

Public release

This commit is contained in:
2021-07-30 21:29:14 +02:00
commit 8eddb50cf1
30 changed files with 1233 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/*! django-changelist-inline v1.0.2 | (c) 2021-present Tomek Wójcik | MIT License */
.django_changelist_inline h2 {
text-transform: uppercase;
}
.django_changelist_inline #toolbar {
display: flex;
font-size: 12px;
margin-bottom: 0px !important;
}
.django_changelist_inline__toolbar a {
margin-right: 0.5rem;
}
.django_changelist_inline__toolbar a:last-child {
margin-left: auto;
margin-right: 0px;
}