From e7cf331c0e40e1e77ad4b2a7bb8cd4e29ac4d29e Mon Sep 17 00:00:00 2001 From: nac26 Date: Wed, 16 Feb 2011 15:16:54 +0000 Subject: [PATCH] Merged r2688 from rel-1.2-maint branch --- themes/wilma/css/wilma.css | 8 ++++++++ themes/wilma/templates/menu.ftl | 8 +++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index d2e12233..729c57f3 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1423,4 +1423,12 @@ color: #2485AE; #noPubsOrGrants-span a { color: #84a655; font-size:16px; +} + +/* -------------------------------------------------> */ +/* IE message when JS is disabled -----------------> */ +/* -------------------------------------------------> */ +.ie-alert { + color: #f00; + font-weight: bold; } \ No newline at end of file diff --git a/themes/wilma/templates/menu.ftl b/themes/wilma/templates/menu.ftl index b002fc79..97de335b 100644 --- a/themes/wilma/templates/menu.ftl +++ b/themes/wilma/templates/menu.ftl @@ -19,4 +19,10 @@ ${flash} - \ No newline at end of file + + + \ No newline at end of file