From 20f1f86cf3b8ffbd40da9fde55dbb084af8d9783 Mon Sep 17 00:00:00 2001 From: EricOuma Date: Sun, 12 Mar 2023 18:22:10 +0300 Subject: [PATCH] fix calendar navigation arrows css --- rangefilter/templates/rangefilter/date_filter.html | 3 +++ rangefilter/templates/rangefilter/date_filter_1_8.html | 3 +++ rangefilter/templates/rangefilter/date_filter_csp.html | 3 +++ 3 files changed, 9 insertions(+) diff --git a/rangefilter/templates/rangefilter/date_filter.html b/rangefilter/templates/rangefilter/date_filter.html index 9765952..6ef06a5 100644 --- a/rangefilter/templates/rangefilter/date_filter.html +++ b/rangefilter/templates/rangefilter/date_filter.html @@ -45,6 +45,9 @@ padding-top: 3px; padding-left: 4px; } + .calendarbox .calendar { + display: inline-block; + } @media (min-width: 768px) { .calendarbox { margin-left: -16em !important; diff --git a/rangefilter/templates/rangefilter/date_filter_1_8.html b/rangefilter/templates/rangefilter/date_filter_1_8.html index 86e8bc3..ff406de 100644 --- a/rangefilter/templates/rangefilter/date_filter_1_8.html +++ b/rangefilter/templates/rangefilter/date_filter_1_8.html @@ -43,6 +43,9 @@ border-bottom-width: thin; margin-bottom: 2px; } + .calendarbox .calendar { + display: inline-block; + } {% comment %} Force load jsi18n, issues #5 diff --git a/rangefilter/templates/rangefilter/date_filter_csp.html b/rangefilter/templates/rangefilter/date_filter_csp.html index 5c1b170..cefab9f 100644 --- a/rangefilter/templates/rangefilter/date_filter_csp.html +++ b/rangefilter/templates/rangefilter/date_filter_csp.html @@ -50,6 +50,9 @@ padding-top: 3px; padding-left: 4px; } + .calendarbox .calendar { + display: inline-block; + } @media (min-width: 768px) { .calendarbox { margin-left: -16em !important;