From bd11b1d61a9fa76458367db1e38d23b0dd694f36 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 21 Apr 2016 23:55:38 +0200 Subject: indicate if we will be displayed contextual help or default help --- view/theme/redbasic/css/style.css | 6 +++++- view/tpl/nav.tpl | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7fddc7a88..6c883b7b6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -202,7 +202,7 @@ header #banner #logo-text { /* contextual help */ .help-content { - background: $item_colour; + background: $comment_item_colour; color: $font_colour; position: fixed; top: -50%; @@ -226,6 +226,10 @@ header #banner #logo-text { .help-content dd { margin-bottom: 1em; } + +.contextual-help-btn { + text-decoration: underline; +} /* contextual help end */ /* footer */ diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 69dd77368..1c7f8f5b2 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -12,7 +12,7 @@ - + {{if $nav.help.6}} {{/if}} {{if $userinfo}} {{$userinfo.name}} @@ -192,7 +192,7 @@ {{if $nav.help}} {{/if}} -- cgit v1.2.3