From 532838f17e06cc3c455fc47f784171e6ae6e58ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 4 Oct 2020 11:30:00 +0200 Subject: [PATCH] style: enlarge side form to increase date input widths (#47311) --- bijoe/static/css/bijoe.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bijoe/static/css/bijoe.css b/bijoe/static/css/bijoe.css index d0fc9dd..d5c528d 100644 --- a/bijoe/static/css/bijoe.css +++ b/bijoe/static/css/bijoe.css @@ -32,10 +32,13 @@ @media screen and (min-width: 800px) { .cube-form { float: right; - width: 20em; + width: 23em; padding-left: 2em; clear: right; } + input[type=date] { + padding-right: 0.2em; + } } /* size daterange fields in order to fit on one line inside the right column */ @@ -80,7 +83,7 @@ select { min-height: 80vh; } #data { - width: calc(100% - 23em); + width: calc(100% - 24em); } #data div.graph { height: 70vh;