mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
7716821078
commit
e84e8ecd2b
6 changed files with 66 additions and 17 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue