From c8df76f4909cf61436529d48576a36c6cdbeefc6 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 1 Mar 2011 03:03:39 -0400 Subject: [PATCH] Make nofitication messages fade in, and added a link to dismiss/close them more easily --- apps/web_theme/templates/web_theme_base.html | 28 +++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/apps/web_theme/templates/web_theme_base.html b/apps/web_theme/templates/web_theme_base.html index 4266181929..9874a06036 100755 --- a/apps/web_theme/templates/web_theme_base.html +++ b/apps/web_theme/templates/web_theme_base.html @@ -14,11 +14,33 @@ + {% block web_theme_stylesheets %}{% endblock %} + + + {% block web_theme_javascript %}{% endblock %} @@ -50,9 +72,9 @@
{% for message in messages %} -
-

{{ message }}

-
+ {% endfor %}