From 9333df3b7fece97cc4df1f4bd50f95a2f924563c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 15 Oct 2013 22:30:45 +0200 Subject: Support flashing --- static/css/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'static') diff --git a/static/css/style.css b/static/css/style.css index 4a24733..6463fb4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -239,6 +239,25 @@ div.month_exp { /* Post */ +#messages { + list-style-type: none; + padding: 0; + margin: 0; +} + +#messages > li { + background: #9e9e9e; + color: #000; + padding: 5px; + margin: 5px 5px 15px 5px; + text-align: center; + box-shadow: 0 0 6px #888; +} + +#messages > li.msg-error { + background: #DA6F6F; +} + .content { float: left; width: 710px; -- cgit v1.2.3