From 74f6f591fb2933611e86798e2e629309c8e308eb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 19 Jul 2016 18:18:06 +0200 Subject: somewhat more fancy errors --- public/static/default.css | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) (limited to 'public/static/default.css') diff --git a/public/static/default.css b/public/static/default.css index 4d80cbe..b364cec 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -448,31 +448,18 @@ div.about a { text-decoration: none; } -div.error { - font-size: 150%; - font-weight: bold; - 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; +.error { + padding: 15px; + margin-bottom: 20px; + border: 1px solid #ebccd1; + border-radius: 4px; + color: #a94442; + background-color: #f2dede; margin-left: auto; margin-right: auto; - max-width: 25em; } -div.candidatelist div.errshort { +.error .errcode { font-family: Monospace; margin-top: 2em; font-size: 100%; -- cgit v1.2.3