From 91efe78471f080eb58ffdde2125c59cd76d1f62c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 13 Apr 2021 00:43:37 +0200 Subject: site: slightly nicer date layout --- site/index.html | 6 ++++-- todo.org | 2 +- 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 -- cgit v1.2.3