From 8b7fef59c52711d85465087892220ad6eaec63fd Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 3 Aug 2022 07:20:30 +0100 Subject: [PATCH] Begin implementing additional query settings --- core/templates/base.html | 7 +++- core/templates/ui/drilldown/drilldown.html | 40 ++++++++++++++++++++-- 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 2f49052..bc20c8c 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -10,7 +10,9 @@ - + + + @@ -46,6 +48,9 @@ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* IE */ } + .slider-output { + width: 4rem !important; + } diff --git a/core/templates/ui/drilldown/drilldown.html b/core/templates/ui/drilldown/drilldown.html index 51529dd..07d9afd 100644 --- a/core/templates/ui/drilldown/drilldown.html +++ b/core/templates/ui/drilldown/drilldown.html @@ -32,7 +32,7 @@
@@ -41,8 +41,8 @@