From f9f55501cd3110046a162dc55932c3571e9eb379 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 6 Jul 2023 20:45:13 +0200 Subject: Add an explicit errors section --- src/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 0d74003..3649075 100644 --- a/src/style.css +++ b/src/style.css @@ -826,3 +826,22 @@ div .country-table:not(:first-child) { #lang-button { display: none; } + +.error-table tbody td:nth-child(2) { + border: none; +} + +.error-table tbody tr:first-child td:last-child { + border-top: none; + border-top-left-radius: 16px; +} + +.error-table tbody tr:last-child td:last-child { + border-bottom: none; + border-bottom-left-radius: 16px; +} + +.error-table tbody td:last-child { + border-left: none; + border-right: none; +} -- cgit v1.2.3