indicate if we will be displayed contextual help or default help
This commit is contained in:
parent
96d19c09f3
commit
bd11b1d61a
@ -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 */
|
||||
|
@ -12,7 +12,7 @@
|
||||
<i class="icon-circle-arrow-right" id="expand-aside-icon"></i>
|
||||
</button>
|
||||
<a class="navbar-toggle" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}_collapsed"{{if $nav.help.6}} onclick="return false;"{{/if}}>
|
||||
<i class="icon-question"></i>
|
||||
{{if $nav.help.6}}<i class="icon-caret-down"></i> {{/if}}<i class="icon-question"></i>
|
||||
</a>
|
||||
{{if $userinfo}}
|
||||
<img class="dropdown-toggle fakelink" data-toggle="dropdown" id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}"><span class="caret" id="usermenu-caret"></span>
|
||||
@ -192,7 +192,7 @@
|
||||
|
||||
{{if $nav.help}}
|
||||
<li class="{{$sel.help}} hidden-xs">
|
||||
<a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}"{{if $nav.help.6}} onclick="return false;"{{/if}}><i class="icon-question"></i></a>
|
||||
<a class="{{$nav.help.2}}" target="hubzilla-help" href="{{$nav.help.0}}" title="{{$nav.help.3}}" id="{{$nav.help.4}}"{{if $nav.help.6}} onclick="return false;"{{/if}}>{{if $nav.help.6}}<i class="icon-caret-down"></i> {{/if}}<i class="icon-question"></i></a>
|
||||
</li>
|
||||
{{/if}}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user