added filters to reports

This commit is contained in:
denisdulici
2018-11-01 16:58:31 +03:00
parent de7dd930ab
commit 6c95593082
15 changed files with 303 additions and 112 deletions

13
public/css/app.css vendored
View File

@@ -843,3 +843,16 @@ input[type="number"] {
.row.show-invoice .timeline>li a:first-child {
margin-left: 10px;
}
.box-filter {
margin-left: 5px;
}
.box-filter .select2.select2-container.select2-container--default {
width: 160px !important;
margin-top: -2px;
}
.box-filter .select2-container .select2-selection--multiple {
min-height: 30px !important;
}