Better approach for stock overview filtering by location (references #11)

This commit is contained in:
Bernd Bestel
2018-07-08 16:54:37 +02:00
parent ecf96252b9
commit c58083f84a
5 changed files with 49 additions and 35 deletions

View File

@@ -182,3 +182,15 @@ a.discrete-link:focus {
#toast-container > div {
box-shadow: none;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
padding-right: 0;
padding-left: 0;
}
.dataTables_filter,
.dataTables_info {
display: none;
}