From c255269db0c739400b62d4c4041e3238b1045d22 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 8 Apr 2021 00:08:47 +0200 Subject: site: better error messages this includes styling error messages red, and displaying error messages in case not all answers were answered as required (for now, this just means that not selecting any option in radio buttons is disallowed in general, as so far there are no corresponding config fields). --- site/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'site/style.css') diff --git a/site/style.css b/site/style.css index e16c0cc..b8be0dd 100644 --- a/site/style.css +++ b/site/style.css @@ -20,6 +20,10 @@ li { list-style-type: none; } +.error { + color: red; +} + textarea { width: 100%; height: 6em; -- cgit v1.2.3