Kategorie Log aufgewertet

This commit is contained in:
hubobel 2026-06-24 17:28:22 +02:00
parent fddc4defbd
commit 0f55bc9cee
3 changed files with 85 additions and 1 deletions

View file

@ -394,4 +394,37 @@ text-decoration: underline;
width: 100% !important;
height: 450px !important;
}
.log-actions a {
text-decoration: none;
}
.log-actions button {
min-width: 120px;
}
.log-container {
width: 100%;
}
.log-actions {
display: flex;
justify-content: flex-end;
gap: 12px;
margin-top: 20px;
margin-bottom: 10px;
padding-right: 15px;
}
.log-actions a {
text-decoration: none;
}
.log-actions button {
min-width: 120px;
}