summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-04-13 00:43:37 +0200
committerstuebinm2021-04-13 00:43:37 +0200
commit91efe78471f080eb58ffdde2125c59cd76d1f62c (patch)
treef00d96377f74dccf1251ee7fa336554ea8cb0cc5
parent5596ebcbad7721f767972c3143f8e5be1ba8fc09 (diff)
site: slightly nicer date layout
-rw-r--r--site/index.html6
-rw-r--r--todo.org2
2 files changed, 5 insertions, 3 deletions
diff --git a/site/index.html b/site/index.html
index 1555a21..0193fe7 100644
--- a/site/index.html
+++ b/site/index.html
@@ -134,8 +134,10 @@
let div = appendChildren (
mkElement("div"),
[label,
- mkElement("span", " "),
- input,
+ appendChildren(
+ mkElement("p"),
+ [input]
+ ),
errormsg]
);
return [
diff --git a/todo.org b/todo.org
index f1fb03c..4a38b22 100644
--- a/todo.org
+++ b/todo.org
@@ -2,7 +2,7 @@
* TODO Answer Space types
** IDEA range / value slider
-** IDEA date picker
+** DONE date picker
* TODO Answer validation
** DONE general error messages