Skip to content

Commit 2755e99

Browse files
author
Gary Keeble
committed
Keyboard Shortcut Help Icon
Help Icon moved from view toolbar to legend (top right corner).
1 parent 24f0913 commit 2755e99

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

css/main.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ html, body {
8181
height:100%;
8282
}
8383

84-
.log-close-legend-dialog {
84+
85+
86+
.log-close-legend-dialog,
87+
.open-keys-dialog {
8588
float: right;
8689
font-size: 14px;
8790
color: #bbb;

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,6 @@ <h3 class="log-filename"></h3>
160160
<h4>View</h4>
161161
<div>
162162
<div class="btn-group" role="group">
163-
<button type="button" class="btn btn-default open-keys-dialog" title="View/hide keyboard shortcuts">
164-
<span class="glyphicon glyphicon-question-sign"></span>
165-
</button>
166163
<button type="button" class="btn btn-default open-header-dialog" title="View/hide header">
167164
<span class="glyphicon glyphicon-info-sign"></span>
168165
</button>
@@ -278,7 +275,7 @@ <h4>Log sync</h4>
278275
<span class="log-open-legend-dialog glyphicon glyphicon-cog"></span>
279276
</div>
280277
<div class="log-graph-config">
281-
<h2>Legend <span class="log-close-legend-dialog glyphicon glyphicon-remove"></span></h2>
278+
<h2>Legend <span class="log-close-legend-dialog glyphicon glyphicon-remove"></span><span class="open-keys-dialog glyphicon glyphicon-question-sign"></span></h2>
282279
<div class="log-graph-legend">
283280
</div>
284281
<button type="button" class="btn btn-default btn-block open-graph-configuration-dialog">Graph setup</button>

0 commit comments

Comments
 (0)