From 995562b27db5f6549f9a303130e07242e38a6ed1 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 7 Jun 2007 08:14:30 +0000 Subject: - also highlight 'at' and 'What's on' in corresponding mode in page 'What's on' --- css/styles.css | 7 +++++++ pages/whats_on.ecpp | 4 ++-- themes/redwine/css/theme.css | 4 ++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index b83219b..174c9ec 100644 --- a/css/styles.css +++ b/css/styles.css @@ -241,6 +241,13 @@ div.pagemenu span { padding: 5px; } +div.pagemenu span.active { + text-decoration: none; + color: blue; + font-weight: bold; + padding: 5px; +} + div.pagemenu span.sep { text-decoration: none; color: #C0C1DA; diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 84c21a2..9af9ea2 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -224,7 +224,7 @@ if (type == "now") { | " href="whats_on.html?type=next&mode=<$ current_mode $>" id="nexthref"><$ tr("Next") $> | -<$ tr("What's on") $> +"><$ tr("What's on") $> | -<$ tr("at") $> +"><$ tr("at") $> " onchange="showspectime(this)"/> | % if ( current_mode == "list" ) { diff --git a/themes/redwine/css/theme.css b/themes/redwine/css/theme.css index bfda081..c8dae90 100644 --- a/themes/redwine/css/theme.css +++ b/themes/redwine/css/theme.css @@ -52,6 +52,10 @@ div.pagemenu span.sep { color: #DA8DA8; } +div.pagemenu span.active { + color: #984E79; +} + /* ####################### # Info Box (near logo) ####################### -- cgit v1.2.3