Zeiterfassung Anpassungen
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user