From 1b99dd8a3c6bded1d8db63515a29ba37e1ed75ec Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 7 Jul 2023 22:11:52 +0200 Subject: [PATCH] ui: style select inputs for timetable --- templating/templates/index.html | 48 +++++++++++++++++++++------------ 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/templating/templates/index.html b/templating/templates/index.html index 76bf092..5d26189 100644 --- a/templating/templates/index.html +++ b/templating/templates/index.html @@ -10,24 +10,38 @@ Sprechstunden {{define "content"}}
- - - +
+
+ + +
+ +
- - - +
+
+ + +
+ +
-{{.Timetable}} +
+ {{.Timetable}} +
{{end}}