summaryrefslogtreecommitdiff
path: root/share/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'share/static/css/style.css')
-rw-r--r--share/static/css/style.css18
1 files changed, 5 insertions, 13 deletions
diff --git a/share/static/css/style.css b/share/static/css/style.css
index daaa9ce4..73d3e6f9 100644
--- a/share/static/css/style.css
+++ b/share/static/css/style.css
@@ -139,30 +139,22 @@ ul.flashes {
}
ul.flashes li {
- margin: 0;
+ margin: 0 0 5px 0;
padding: 10px;
+ list-style: none;
+ border: 0;
+ border-radius: 3px;
+ text-align: left;
}
li.error {
- list-style: none;
- margin: 0;
- padding: 0;
color: #ffffff;
background-color: #c90c0c;
- border: 0;
- border-radius: 5px;
- text-align: left;
}
li.info {
- list-style: none;
- margin: 0;
- padding: 0;
color: #000000;
background-color: #a9e26c;
- border: 0;
- border-radius: 5px;
- text-align: left;
}
.closed-wrapper {