Add submit button

This commit is contained in:
Joscha 2024-05-04 22:56:46 +02:00
parent cd6ca53030
commit d918e3f724
2 changed files with 7 additions and 0 deletions

View file

@ -76,3 +76,8 @@ label {
.i-dur { .i-dur {
width: 8ch; width: 8ch;
} }
button {
display: block;
margin: 0 auto;
font-size: 1.5em;
}

View file

@ -81,6 +81,8 @@ pub async fn get() -> Markup {
} } } }
} }
} }
button #submit { "Arbeitszeitdokumentation erstellen" }
} }
}, },
) )