Skip to content

Commit

Permalink
Keyboard Shortcut Help Icon
Browse files Browse the repository at this point in the history
Help Icon moved from view toolbar to legend (top right corner).
  • Loading branch information
Gary Keeble committed May 16, 2016
1 parent 24f0913 commit 2755e99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ html, body {
height:100%;
}

.log-close-legend-dialog {


.log-close-legend-dialog,
.open-keys-dialog {
float: right;
font-size: 14px;
color: #bbb;
Expand Down
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ <h3 class="log-filename"></h3>
<h4>View</h4>
<div>
<div class="btn-group" role="group">
<button type="button" class="btn btn-default open-keys-dialog" title="View/hide keyboard shortcuts">
<span class="glyphicon glyphicon-question-sign"></span>
</button>
<button type="button" class="btn btn-default open-header-dialog" title="View/hide header">
<span class="glyphicon glyphicon-info-sign"></span>
</button>
Expand Down Expand Up @@ -278,7 +275,7 @@ <h4>Log sync</h4>
<span class="log-open-legend-dialog glyphicon glyphicon-cog"></span>
</div>
<div class="log-graph-config">
<h2>Legend <span class="log-close-legend-dialog glyphicon glyphicon-remove"></span></h2>
<h2>Legend <span class="log-close-legend-dialog glyphicon glyphicon-remove"></span><span class="open-keys-dialog glyphicon glyphicon-question-sign"></span></h2>
<div class="log-graph-legend">
</div>
<button type="button" class="btn btn-default btn-block open-graph-configuration-dialog">Graph setup</button>
Expand Down

0 comments on commit 2755e99

Please sign in to comment.