Layout anpassugnen

This commit is contained in:
Carsten Graf
2026-01-23 18:10:06 +01:00
parent daf4f9b77c
commit 587bdd2722
4 changed files with 31 additions and 85 deletions

View File

@@ -388,9 +388,12 @@ table input[type="text"] {
}
.summary-item {
display: flex;
justify-content: space-between;
font-size: 18px;
margin-bottom: 10px;
}
.summary-item strong {
margin-right: 5px;
}
/* Actions */
@@ -410,6 +413,13 @@ table input[type="text"] {
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
width: 100%;
}
/* Admin Container - volle Breite */
.admin-container .container {
max-width: 100%;
padding: 20px;
}
.add-user-form {