Skip to content

Commit

Permalink
Merge pull request #7 from EricOuma/1-enable-support-for-django-jazzmin
Browse files Browse the repository at this point in the history
fix calendar navigation arrows css
  • Loading branch information
EricOuma authored Mar 12, 2023
2 parents 25b8c32 + 20f1f86 commit 0b06677
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rangefilter/templates/rangefilter/date_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
padding-top: 3px;
padding-left: 4px;
}
.calendarbox .calendar {
display: inline-block;
}
@media (min-width: 768px) {
.calendarbox {
margin-left: -16em !important;
Expand Down
3 changes: 3 additions & 0 deletions rangefilter/templates/rangefilter/date_filter_1_8.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
border-bottom-width: thin;
margin-bottom: 2px;
}
.calendarbox .calendar {
display: inline-block;
}
</style>
{% comment %}
Force load jsi18n, issues #5
Expand Down
3 changes: 3 additions & 0 deletions rangefilter/templates/rangefilter/date_filter_csp.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
padding-top: 3px;
padding-left: 4px;
}
.calendarbox .calendar {
display: inline-block;
}
@media (min-width: 768px) {
.calendarbox {
margin-left: -16em !important;
Expand Down

0 comments on commit 0b06677

Please sign in to comment.