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;