renamed icons according to their size, fixes #113

This commit is contained in:
azivner
2018-06-07 23:02:21 -04:00
parent b243632483
commit 8211bed449
23 changed files with 19 additions and 19 deletions

View File

@@ -15,12 +15,12 @@
<div id="history-navigation" style="display: none;">
<a id="history-back-button" title="Go to previous note." class="icon-action"
style="background: url('/images/icons/back.png')"></a>
style="background: url('/images/icons/back-24.png')"></a>
&nbsp; &nbsp;
<a id="history-forward-button" title="Go to next note." class="icon-action"
style="background: url('/images/icons/forward.png')"></a>
style="background: url('/images/icons/forward-24.png')"></a>
</div>
<div style="flex-grow: 100; display: flex;">
@@ -59,16 +59,16 @@
<div style="grid-area: left-pane; display: flex; flex-direction: column;" class="hide-toggle">
<div style="display: flex; justify-content: space-around; padding: 10px 0 10px 0; margin: 0 10px 0 16px; border: 1px solid #ccc;">
<a id="create-top-level-note-button" title="Create new top level note" class="icon-action"
style="background: url('/images/icons/file-plus.png')"></a>
style="background: url('/images/icons/file-plus-24.png')"></a>
<a id="collapse-tree-button" title="Collapse note tree" class="icon-action"
style="background: url('/images/icons/list.png')"></a>
style="background: url('/images/icons/list-24.png')"></a>
<a id="scroll-to-current-note-button" title="Scroll to current note. Shortcut CTRL+." class="icon-action"
style="background: url('/images/icons/crosshair.png')"></a>
style="background: url('/images/icons/crosshair-24.png')"></a>
<a id="toggle-search-button" title="Search in notes" class="icon-action"
style="background: url('/images/icons/search.png')"></a>
style="background: url('/images/icons/search-24.png')"></a>
</div>
<input type="file" id="import-upload" style="display: none" />
@@ -83,13 +83,13 @@
&nbsp;
<button id="save-search-button" class="btn btn-sm" title="Save search" style="padding: 4px;">
<img src="/images/icons/save.png" alt="Save search"/>
<img src="/images/icons/save-20.png" alt="Save search"/>
</button>
&nbsp;
<button id="close-search-button" class="btn btn-sm" title="Close search" style="padding: 4px;">
<img src="/images/icons/x.png" alt="Close search"/>
<img src="/images/icons/x-20.png" alt="Close search"/>
</button>
</div>
</div>
@@ -127,7 +127,7 @@
style="display: none; margin-right: 10px; padding: 4px;"
title="Toggle edit"
id="toggle-edit-button">
<img src="/images/icons/edit.png" alt="Toggle edit"/>
<img src="/images/icons/edit-20.png" alt="Toggle edit"/>
</button>
<button class="btn btn-sm"
@@ -148,14 +148,14 @@
id="protect-button"
title="Protected note can be viewed and edited only after entering password"
style="padding: 4px;">
<img src="/images/icons/shield.png"/>
<img src="/images/icons/shield-20.png"/>
</button>
<button type="button"
class="btn"
id="unprotect-button"
title="Not protected note can be viewed without entering password"
style="padding: 4px;">
<img src="/images/icons/shield-off.png"/>
<img src="/images/icons/shield-off-20.png"/>
</button>
</div>
</div>