This commit is contained in:
poiuty 2023-06-15 16:22:42 +03:00
parent 7716821078
commit e84e8ecd2b
6 changed files with 66 additions and 17 deletions

File diff suppressed because one or more lines are too long

View file

@ -360,6 +360,9 @@ table.dataTable {
}
@media (max-width: 805px) {
.dataTables_paginate,
.dataTables_info,
.dataTables_length,
.income_chart,
.content_nav,
.header {
@ -383,6 +386,21 @@ table.dataTable {
.content_table {
width: 100%;
}
.dataTables_filter label {
display: block !important;
}
.form-control-sm[type=search] {
width: 100% !important;
}
div.dataTables_wrapper div.dataTables_filter input {
margin-left: 0 !important;
}
.col-md-6 {
width: 100%;
}
}
@media (any-hover: hover) {