Make date picker label appear on same line as date picker

pull/4973/head
thomas 2019-04-09 20:59:55 +02:00
parent 30f4d496cb
commit 0b8dba4067
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ form.search .half select {
width: 78%;
}
form.search .half .datepicker {
width: 74.82%; /* this will make the date picker just as large as the select */
border: 1px solid;
form.search .half .flatpickr {
width: 74.93%; /* this will make the date picker just as large as the select */
border: 1px solid rgb(169, 169, 169);
padding: 0.5% 1%;
}