This commit is contained in:
poiuty 2023-06-14 23:31:24 +03:00
parent a96347833a
commit 7716821078
6 changed files with 397 additions and 2 deletions

5
css/dataTables.bootstrap5.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -69,6 +69,46 @@ body {
padding: 12px;
}
.content_info {
border-bottom: 1px solid #dee2e6;
padding-top: 12px;
padding-bottom: 12px;
display: flex;
grid-gap: 12px;
}
.online {
width: 465px;
padding: 4px;
background: #efefef;
border-radius: 4px;
border: 1px solid #dee2e6;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.table_online {
width: 100%;
background: white;
text-align: center;
border-spacing: 0;
border-collapse: separate;
border: 1px solid #dee2e6;
border-radius: 6px;
}
.table_online td {
padding: 5px 0;
border-bottom: 1px solid #dee2e6;
border-right: 1px solid #dee2e6;
}
.table_online tr:last-child td {
border-bottom: none;
}
.table_online td:last-child {
border-right: none;
}
.income_chart {
height: 180px;
border-bottom: 1px solid #dee2e6;
@ -174,6 +214,11 @@ body {
text-align: center;
}
.tab-content {
margin-top: 12px;
position: relative;
}
.footer {
margin-top: 12px;
}
@ -290,6 +335,30 @@ body {
background-color: red;
}
table.dataTable tbody th,
table.dataTable tbody td {
padding: 6px 12px;
}
table.dataTable {
margin-top: 10px !important;
}
.table.dataTable {
border-radius: 4px;
border-collapse: inherit !important;
border: 1px solid #dee2e6;
white-space: normal;
text-align: center;
border-right-width: 1px !important;
border-spacing: 0;
}
.table > :not(:last-child) > :last-child > * {
border-bottom-color: #dee2e6 !important;
text-align: center;
}
@media (max-width: 805px) {
.income_chart,
.content_nav,