diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-14 13:39:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-14 13:39:03 +0200 |
commit | 6f4e73168ff685e98a9ff918649095d6b48d9a8b (patch) | |
tree | e476db4c65495f518004eb7ceeb37047c7956c45 /public/static/default.css | |
parent | c34271a75d7f88f8b80f0f410bf6f30dcd79043f (diff) |
more fancy geolocation errors
Diffstat (limited to 'public/static/default.css')
-rw-r--r-- | public/static/default.css | 26 |
1 files changed, 23 insertions, 3 deletions
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 { |