From 402d756bf1e54236164643f2484e8fa9c78dc6d8 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 10 Aug 2011 23:55:07 +0200 Subject: Make flash messages go away after 2 seconds. --- budget/static/main.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'budget/static') diff --git a/budget/static/main.css b/budget/static/main.css index 70547e1..2c7d4a4 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -80,3 +80,10 @@ a { .negative{ color: red; } + +.flash{ + padding:8px; + background-color: #ffc; + font-weight: bold; + font-size:15px;-moz-border-radius: 6px;-webkit-border-radius: 6px; +} -- cgit v1.1