From b664af748e32f6e8f3d451e95fd8cb65940eca17 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 28 Apr 2016 13:08:41 +0200 Subject: provide help button in context help popup --- view/theme/redbasic/css/style.css | 18 ++++++++++++++++++ view/tpl/nav.tpl | 9 ++++----- 2 files changed, 22 insertions(+), 5 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index bb25310b6..290a1a697 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -224,6 +224,24 @@ header #banner #logo-text { .contextual-help-content dd { margin-bottom: 1em; } + +.contextual-help-tool { + padding: 7px; + filter: alpha(opacity=20); + opacity: .2; +} + +.contextual-help-tool:hover { + filter: alpha(opacity=50); + opacity: .5; + text-decoration: none; +} + +.contextual-help-tool i { + color: #000; + font-size: 16px; +} + /* contextual help end */ /* footer */ diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 03b48fd00..14fb8a982 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -36,10 +36,6 @@
  • {{$nav.admin.1}}
  • {{/if}} - {{if $nav.help.6}} - -
  • {{$nav.help.1}}
  • - {{/if}} {{if $nav.logout}}
  • {{$nav.logout.1}}
  • @@ -207,6 +203,9 @@ {{if $nav.help.6}}
    {{$nav.help.5}} - +
    + + +
    {{/if}} -- cgit v1.2.3