slight tuneup for css

This commit is contained in:
ville rantanen
2019-03-24 18:46:07 +02:00
parent 61aa7c1a5e
commit 766aa35826
2 changed files with 9 additions and 7 deletions

View File

@@ -30,7 +30,7 @@
<p onclick="dropDown('shopAct')" class="dropbtn">&#9757;&#9748;</p>
<div id="shopAct" class="dropdown-content">
<a id="h2_add" onclick="hidetoggle('disp_add')" class=pointer>&plusmn;&nbsp;Add/remove</a>
<a id="h2_sort" onclick="sortMarkdown()" class=pointer>&nbsp;Sort&nbsp;once</a>
<a id="h2_sort" onclick="sortMarkdown()" class=pointer>&nbsp;Sort&nbsp;once</a>
<a id="h2_edit" onclick="hidetoggle('disp_edit');growTextarea('edit_md');" class=pointer>&#x270e;&nbsp;Edit&nbsp;items</a>
<a id="h2_share" onclick="hidetoggle('disp_share')" class=pointer>&#9823;&nbsp;Share&nbsp;shop</a>
<a id="h2_restore" onclick="hidetoggle('disp_restore')" class=pointer>&#9851;&nbsp;Restore&nbsp;backup</a>
@@ -42,6 +42,7 @@
{% for message in get_flashed_messages() %}
<div class=flash>{{ message }}</div>
{% endfor %}
<hr/>
{% block body %}{% endblock %}
</div>
</body>