missed css file

This commit is contained in:
fbsanchez 2020-09-22 12:01:37 +02:00
parent 6f2eb57587
commit 0e0c529b7e
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#filter_form input:not([type="submit"]):not([type="radio"]),
#filter_form select {
width: 100%;
min-width: 200px;
}
#filter_form td {
min-width: 120px;
}
.white-box-content {
min-width: 750px;
}