better layout for history

This commit is contained in:
azivner 2017-09-24 12:09:50 -04:00
parent da17bc6370
commit 55667d052f

View file

@ -159,13 +159,13 @@
<div id="noteHistoryDialog" title="Note history" style="display: none;">
<div style="display: flex;">
<select id="noteHistoryList" size="25" style="flex-grow: 1; height: 630px;">
<select id="noteHistoryList" size="25" style="flex-grow: 2; height: 630px;">
</select>
<div id="noteHistoryContentWrapper" style="flex-grow: 3; margin-left: 20px;">
<h1 id="noteHistoryTitle" style="margin-top: 5px;"></h1>
<h3 id="noteHistoryTitle" style="margin: 3px;"></h3>
<div id="noteHistoryContent"></div>
<div id="noteHistoryContent" style="height: 600px; overflow: auto;"></div>
</div>
</div>
</div>