From 6f4e73168ff685e98a9ff918649095d6b48d9a8b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 14 May 2016 13:39:03 +0200 Subject: more fancy geolocation errors --- public/static/default.css | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'public/static/default.css') diff --git a/public/static/default.css b/public/static/default.css index ec13fb0..7c98d30 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -443,9 +443,29 @@ div.error { color: #ee0000; } -span.error { - font-size: 120%; - color: #ee0000; +div.candidatelist div.error { + font-size: 110%; + color: #000000; + font-weight: normal; + padding:3px 6px 2px 6px; + -webkit-border-radius: 30px; + -moz-border-radius: 30px; + border-radius: 30px; + border-color: #ee0000; + border-width: 1px; + border-style: solid; + background-color: #ffeeee; + margin-top: 0.3em; + margin-left: auto; + margin-right: auto; + max-width: 25em; +} + +div.candidatelist div.errshort { + font-family: Monospace; + margin-top: 2em; + font-size: 100%; + color: #aaaaaa; } pre { -- cgit v1.2.3