note ID in lower right corner

This commit is contained in:
azivner 2018-01-21 20:15:42 -05:00
parent 15958d06a9
commit c8f456d228
2 changed files with 8 additions and 3 deletions

View file

@ -229,4 +229,11 @@ div.ui-tooltip {
.CodeMirror {
height: 100%;
}
#note-id-display {
position: absolute;
right: 10px;
bottom: 5px;
z-index: 1000;
}

View file

@ -96,7 +96,7 @@
<span id="note-id-display" title="Note ID"></span>
<div class="dropdown" style="margin-left: 10px; margin-right: 10px;">
<button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-xs">
<button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-sm">
Note actions
<span class="caret"></span>
</button>
@ -106,8 +106,6 @@
<li><a onclick="noteSource.showDialog();"><kbd>Ctrl+U</kbd> HTML source</a></li>
</ul>
</div>
<!--<button class="btn btn-xs" title="ALT+H" onclick="noteHistory.showCurrentNoteHistory();">Note history</button>-->
</div>
</div>