summaryrefslogtreecommitdiff
path: root/site/style.css
diff options
context:
space:
mode:
authorstuebinm2021-04-08 00:08:47 +0200
committerstuebinm2021-04-08 00:08:47 +0200
commitc255269db0c739400b62d4c4041e3238b1045d22 (patch)
tree3efe9dfbb21d54561509c3cf1a3da8627448d7f6 /site/style.css
parent0050cd0df5f38b9b2b8d8569822dbe1231d77adb (diff)
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).
Diffstat (limited to 'site/style.css')
-rw-r--r--site/style.css4
1 files changed, 4 insertions, 0 deletions
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;