summaryrefslogtreecommitdiff
path: root/public/static/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/static/default.css')
-rw-r--r--public/static/default.css29
1 files changed, 8 insertions, 21 deletions
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%;