Zeiterfassung Anpassungen

This commit is contained in:
Spitzer Daniel
2024-01-23 16:34:14 +01:00
parent 5d01cbe6d1
commit 5f26e8ec26
22 changed files with 2005 additions and 190 deletions
+28
View File
@@ -129,6 +129,22 @@ table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
{
color: #f00;
}
.edit-td {
text-align: left;
letter-spacing: 12px;
font-size: 1.1em;
}
.display-calendar
{
color:#0d6efd;
font-size: 30px;
margin-right:20px;
cursor: pointer;
}
.active-calendar
{
color:#25b343;
}
@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;
@@ -196,6 +212,18 @@ table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
font-size: 14px;
margin: 12px 3px 7px 0px;
}
.display-calendar
{
font-size:35px;
margin-top:5px;
margin-right:30px;
margin-bottom:20px;
}
.label-calendar
{
margin-top:7px;
}
}
table.dataTable > tbody > tr.child span.dtr-data {