Überarbeitete Version der 1. Version. Es bestehen noch grosse Feher in einzelnen Skripten.

This commit is contained in:
Fabio Herzig
2026-04-18 23:45:17 +02:00
parent a51fd9dbeb
commit 3731183654
85 changed files with 2965 additions and 3371 deletions

View File

@@ -444,6 +444,7 @@ input[type="number"]::-webkit-outer-spin-button {
display: inline-flex;
align-items: center;
justify-content: center;
align-self: baseline;
}
/* Variants */
@@ -460,13 +461,14 @@ input[type="number"]::-webkit-outer-spin-button {
color: #781467;
}
.submit-display-start,
.submit-display-start.start,
.submit-musik-start {
background: #ecfdf3;
color: #15803d;
border: 1px solid #4ade80;
}
.submit-display-start.stopp,
.submit-musik-stopp {
background: #fef2f2;
color: #b91c1c;
@@ -921,7 +923,27 @@ table.widefat {
justify-content: space-around;
}
.editUserButtons {
display: flex;
}
.div-submit-display-result, .div-submit-display-start {
display: flex;
flex-direction: column;
}
.allNotentable {
display: flex;
flex-direction: row;
gap: 3rem;
}
.singleNotentable {
display: flex;
flex-direction: column;
gap: 1rem;
}
select {
appearance: none;