This commit is contained in:
poiuty 2023-06-22 13:11:16 +03:00
parent f79ad8429e
commit 9f0fca5645
3 changed files with 28 additions and 3 deletions

View file

@ -10,7 +10,6 @@ a:active {
}
.statbate {
/* background: linear-gradient(#000, #000) no-repeat center/2px 100%; */
max-width: 790px;
margin: 0px auto;
padding: 10px;
@ -63,6 +62,7 @@ a:active {
.header_track {
color: #6c757d;
text-decoration: none;
width: 116px;
}
.nav_active {
@ -90,7 +90,6 @@ a:active {
padding: 3px;
}
.search_resent,
.search_similar {
width: 100%;
@ -164,7 +163,7 @@ a:active {
}
.table_online td {
padding: 5px 0;
padding: 5px 20px;
border-bottom: 1px solid #dee2e6;
border-right: 1px solid #dee2e6;
}
@ -454,6 +453,11 @@ table.dataTable {
border-color: lightgrey !important;
}
.page-item .page-link {
box-shadow: none;
}
.page-link {
color: black !important;
}
@ -598,6 +602,8 @@ input[type=date] {
div.dataTables_wrapper div.dataTables_filter input {
margin-left: 0 !important;
}
.header_track,
.col-md-6 {
width: 100%;
}
@ -610,6 +616,15 @@ input[type=date] {
border-bottom: none;
}
.content_info {
grid-gap: 0;
}
.content_activity {
margin-top: 12px;
}
.search_info {
margin-bottom: 12px;
}