style: enlarge side form to increase date input widths (#47311)

This commit is contained in:
Frédéric Péters 2020-10-04 11:30:00 +02:00
parent 059e26b479
commit 532838f17e
1 changed files with 5 additions and 2 deletions

View File

@ -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;