* Backup Check Script noch mit meiner Email für Live Test * Backup Check bei Devices hinzugefügt
317 lines
5.6 KiB
CSS
317 lines
5.6 KiB
CSS
#filterrow input {
|
|
width: 100%;
|
|
padding: 3px;
|
|
box-sizing: border-box;
|
|
display: table-header-group;
|
|
height: unset;
|
|
}
|
|
|
|
#filterrow2 input {
|
|
width: 100%;
|
|
padding: 3px;
|
|
box-sizing: border-box;
|
|
display: table-header-group;
|
|
height: unset;
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_filter {
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_length {
|
|
float: right;
|
|
}
|
|
|
|
table.dataTable > tbody > tr.child ul.dtr-details {
|
|
width: 100%;
|
|
}
|
|
|
|
table.dataTable > tbody > tr.child span.dtr-title {
|
|
|
|
display: table-row;
|
|
}
|
|
|
|
table.dataTable > tbody > tr.child span.dtr-data {
|
|
display: table-cell;
|
|
text-wrap: wrap;
|
|
}
|
|
|
|
.clear-fa {
|
|
margin-left: 5px;
|
|
font-size: 23px;
|
|
vertical-align: middle;
|
|
color: #cb2929;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.margina {
|
|
margin-left: 30px !important;
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.edit-width {
|
|
width: 50px;
|
|
}
|
|
|
|
.edit-width-w70 {
|
|
width: 70px;
|
|
}
|
|
|
|
.edit-width-min {
|
|
min-width: 55px;
|
|
}
|
|
|
|
.edit-width-medium {
|
|
width: 90px;
|
|
}
|
|
|
|
.edit-width-large {
|
|
width: 128px;
|
|
}
|
|
|
|
.order-date-pill {
|
|
margin: 2px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.font-weight-500 {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.history-ico {
|
|
color: #007bff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.history-ico:hover {
|
|
color: #006875;
|
|
|
|
}
|
|
|
|
.code-ico {
|
|
cursor: pointer;
|
|
font-size: 25px;
|
|
margin-top: 7px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.spinner-ico {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.filestore-history {
|
|
|
|
}
|
|
|
|
.filestore-history-td {
|
|
padding: 0 0px 0 10px !important;
|
|
box-shadow: unset;
|
|
}
|
|
|
|
.filestore-history-td:hover {
|
|
box-shadow: unset !important;
|
|
}
|
|
|
|
.filestore-history-tr:hover {
|
|
color: unset !important;
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
.w-30 {
|
|
width: 33% !important;
|
|
}
|
|
|
|
.fa-ban {
|
|
color: #0151e7;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.fa-circle-check,.fa-circle-a {
|
|
color: #23b900;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.fa-circle-xmark {
|
|
color: #f1556c;
|
|
font-size: 15px;
|
|
}
|
|
|
|
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
|
|
padding-right: .85rem;
|
|
}
|
|
|
|
.mobile {
|
|
width: unset;
|
|
display: table-cell;
|
|
}
|
|
|
|
.deny-button {
|
|
color: #f00;
|
|
}
|
|
|
|
.edit-td {
|
|
text-align: left;
|
|
letter-spacing: 12px;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.display-calendar {
|
|
color: #0d6efd;
|
|
font-size: 30px;
|
|
margin-right: 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.active-calendar {
|
|
color: #25b343;
|
|
}
|
|
|
|
.select2-minw {
|
|
min-width: 150px;
|
|
}
|
|
|
|
.no-user-select {
|
|
-ms-user-select: None;
|
|
-moz-user-select: None;
|
|
-webkit-user-select: None;
|
|
user-select: None;
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
.fa-circle-xmark, .fa-ban, .fa-trash, .fa-edit, .fa-square-check, .fa-arrows-up-down-left-right {
|
|
font-size: 25px;
|
|
}
|
|
|
|
.fa-trash, .deny-button {
|
|
float: right;
|
|
}
|
|
|
|
.mobile {
|
|
width: 0px;
|
|
display: none;
|
|
}
|
|
|
|
.card-body {
|
|
padding-top: 5px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.form-control {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.alert {
|
|
margin-top: 4px;
|
|
text-align: center;
|
|
}
|
|
|
|
.check-button {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#filterrow {
|
|
display: none;
|
|
}
|
|
|
|
#datatable {
|
|
width: 100% !important;
|
|
}
|
|
|
|
li.paginate_button.previous, li.paginate_button.next {
|
|
display: inline-block;
|
|
font-size: 1.0rem;
|
|
}
|
|
|
|
.dataTables_length .form-select {
|
|
margin-right: 0px;
|
|
padding: 4px 7px;
|
|
font-size: .875rem;
|
|
}
|
|
|
|
div.dataTables_wrapper div.dataTables_filter input {
|
|
margin-left: 0.5em;
|
|
display: inline-block;
|
|
/* width: auto; */
|
|
width: 150px;
|
|
}
|
|
|
|
.dataTables_length {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.header-title {
|
|
font-size: 14px;
|
|
margin: 12px 3px 7px 0px;
|
|
}
|
|
|
|
.display-calendar {
|
|
font-size: 35px;
|
|
margin-top: 5px;
|
|
margin-right: 10px;
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.label-calendar {
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.select2-minw {
|
|
min-width: unset;
|
|
}
|
|
}
|
|
|
|
table.dataTable > tbody > tr.child span.dtr-data {
|
|
text-wrap: wrap;
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
|
|
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
|
|
padding-right: 1.5rem;
|
|
}
|
|
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
|
|
content: "▼";
|
|
|
|
}
|
|
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
|
|
margin-right: 0.5em;
|
|
display: inline-block;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
content: "►";
|
|
}
|
|
|
|
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
|
|
background-color: unset;
|
|
top: 0.85rem;
|
|
}
|
|
|
|
|
|
.dataTables_length .form-select {
|
|
margin-right: 10px;
|
|
padding: 4px 7px;
|
|
font-size: .875rem;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
color: #6c757d;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.2rem;
|
|
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
|
|
}
|
|
|
|
table.dataTable.table-hover > tbody > tr:hover > * {
|
|
box-shadow: none;
|
|
}
|
|
|
|
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
|
|
box-shadow: none;
|
|
} |