Skip to content

Commit

Permalink
fix calendar navigation arrows css
Browse files Browse the repository at this point in the history
  • Loading branch information
EricOuma committed Mar 12, 2023
1 parent c7d27a2 commit 20f1f86
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 20f1f86

Please sign in to comment.