better action rendering in player; work on css; start dynamic views based on foxcms

This commit is contained in:
bkfox
2017-05-04 16:32:28 +02:00
parent 5dba577062
commit aff3476088
3 changed files with 41 additions and 10 deletions

View File

@ -25,13 +25,14 @@
<div class="content flex_row">
<span class="info position flex_item"></span>
<span class="info duration flex_item"></span>
<span class="actions">
<a class="action add" title="{% trans "add to the player" %}">+</a>
<a class="action detail" title="{% trans "more informations" %}"></a>
<a class="action remove" title="{% trans "remove this sound" %}"></a>
</span>
</div>
</div>
<span class="actions">
<a class="action add" title="{% trans "add to the player" %}">+</a>
<a class="action detail" title="{% trans "more informations" %}"></a>
<a class="action remove" title="{% trans "remove this sound" %}"></a>
</span>
</li>
</div>