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