diff options
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 { |