Fix some CSS mis-alignments. Remove obsolete template file.

This commit is contained in:
Jens Luedicke
2025-06-29 21:25:59 +02:00
parent 668e7c85e0
commit 26028aae73
8 changed files with 29 additions and 49 deletions

View File

@@ -184,6 +184,11 @@ button {
color: white;
}
.btn-success {
background-color: #4CAF50;
color: white;
}
.btn:hover {
background-color: #45a049;
}
@@ -490,6 +495,13 @@ input[type="time"]::-webkit-datetime-edit {
margin-bottom: 2rem;
}
.admin-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
}
.admin-panel {
display: flex;
flex-wrap: wrap;