enlarge buttons

master
informatic 2020-04-24 15:07:26 +02:00
parent 1048b60409
commit 5b94547f69
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
{% block head_css %}{{ super() }}
<style>
.popover { max-width: 400px; }
table > tbody > tr > td.list-buttons-column { padding: 0 6px; }
td.list-buttons-column .icon { display: inline-block; padding: 8px 3px; width: 1.5em; }
.model-list a.icon:first-child { margin-left: 3px; }
</style>
{% endblock %}
{% block tail_js %}{{ super() }}