make filter panel thinner

Making the filter panel thinner by 18%. To do this
we moved the date range next to the query box.
The thinner filter box gives us more width for the plot.
This commit is contained in:
2019-11-01 09:45:52 +01:00
parent 78f9f3fe16
commit 7e1349b25a
4 changed files with 27 additions and 16 deletions

View File

@@ -81,16 +81,16 @@ body .mat-select-panel, body .mat-autocomplete-panel {
mat-form-field {
width: 100%;
margin-right: 1em;
margin-right: 1ex;
}
mat-form-field:last-child {
margin-right: 0ex;
}
mat-form-field.pdb-form-number {
width: 5em;
width: 3.5em;
}
mat-form-field.pdb-form-mid {
width: 8em;
width: 7.5em;
}