small changes in the toolbar

This commit is contained in:
azivner 2018-02-03 12:44:22 -05:00
parent 5bffba4e2f
commit e8ed913374
3 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,7 @@ const attributesDialog = (function() {
dialogEl.dialog({ dialogEl.dialog({
modal: true, modal: true,
width: 800, width: 800,
height: 700 height: 500
}); });
attributesModel.loadAttributes(); attributesModel.loadAttributes();

View File

@ -108,7 +108,7 @@ span.fancytree-active:not(.fancytree-focused) .fancytree-title {
} }
#header-title { #header-title {
padding: 5px 50px 5px 10px; padding: 5px 20px 5px 10px;
font-size: large; font-size: large;
font-weight: bold; font-weight: bold;
} }

View File

@ -17,7 +17,6 @@
<button class="btn btn-xs" onclick="jumpToNote.showDialog();" title="CTRL+J">Jump to note</button> <button class="btn btn-xs" onclick="jumpToNote.showDialog();" title="CTRL+J">Jump to note</button>
<button class="btn btn-xs" onclick="recentNotes.showDialog();" title="CTRL+E">Recent notes</button> <button class="btn btn-xs" onclick="recentNotes.showDialog();" title="CTRL+E">Recent notes</button>
<button class="btn btn-xs" onclick="recentChanges.showDialog();">Recent changes</button> <button class="btn btn-xs" onclick="recentChanges.showDialog();">Recent changes</button>
<button class="btn btn-xs" onclick="eventLog.showDialog();">Event log</button>
</div> </div>
<div id="plugin-buttons"> <div id="plugin-buttons">