help buttons on the dialog titlebar wherever possible, closes #205

This commit is contained in:
azivner
2018-11-08 21:36:35 +01:00
parent 991d5d3be3
commit 8d7a2546e1
10 changed files with 47 additions and 50 deletions

View File

@@ -52,7 +52,7 @@
<div id="left-pane" class="hide-toggle">
<div id="global-buttons">
<a id="create-top-level-note-button" title="Create new top level note" class="icon-action"
style="background: url('/images/icons/file-plus-24.png')"></a>
data-feather="file-plus"></a>
<a id="collapse-tree-button" title="Collapse note tree. Shortcut ALT+C" class="icon-action"
style="background: url('/images/icons/list-24.png')"></a>
@@ -227,6 +227,8 @@
<script src="/libraries/autocomplete.jquery.min.js"></script>
<script src="/libraries/feather.min.js"></script>
<link href="/stylesheets/style.css" rel="stylesheet">
<script src="/javascripts/services/bootstrap.js" type="module"></script>