summaryrefslogtreecommitdiffstats
path: root/static/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/layout.css')
-rw-r--r--static/layout.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/static/layout.css b/static/layout.css
index 730d79f..2d7be98 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -2,6 +2,28 @@ form .errors {
color: #D00;
}
+ul.flashes {
+ padding-left: 0;
+}
+ul.flashes li {
+ list-style: none;
+ margin-left: 0;
+ display: block;
+ padding: .2em .4em;
+
+ border: 1px solid #ee3;
+ background-color: #ffd;
+}
+ul.flashes li.error {
+ border-color: #e33;
+ background-color: #fdd;
+}
+ul.flashes li.success {
+ border-color: #3e3;
+ background-color: #dfd;
+}
+
+
body {
margin: 0 auto;
width: 640px;