Replace vertical dots in material theme with horizontal dots

This commit is contained in:
Nicolas Lœuillet 2016-05-18 14:29:41 +02:00
parent cac3f603cf
commit 9b40422594
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -32,7 +32,7 @@
<div class="card-content">
{% if not entry.previewPicture is null %}
<i class="card-title grey-text text-darken-4 activator mdi-navigation-more-vert right"></i>
<i class="card-title grey-text text-darken-4 activator mdi-navigation-more-horiz right"></i>
{% endif %}
<span class="card-title"><a href="{{ path('view', { 'id': entry.id }) }}" title="{{ entry.title|raw }}">{{ entry.title|striptags|slice(0, 42)|raw }}</a></span>