Changed display for material theme

This commit is contained in:
Nicolas Lœuillet 2016-11-11 20:41:41 +01:00
parent 1c282b1da0
commit 80302e5aaa
4 changed files with 6 additions and 5 deletions

View file

@ -644,10 +644,9 @@ a.original {
margin: 0 auto;
}
.tools li {
article aside .tools li {
display: inline-flex;
vertical-align: middle;
margin: auto 10px;
}
#article aside .tools a {

View file

@ -462,7 +462,7 @@ flashes:
rss_token_updated: "Jeton RSS mis à jour"
entry:
notice:
entry_already_saved: "Article déjà sauvergardé le %date%"
entry_already_saved: "Article déjà sauvegardé le %date%"
entry_saved: "Article enregistré"
entry_saved_failed: "Article enregistré mais impossible de récupérer le contenu"
entry_updated: "Article mis à jour"

View file

@ -14,7 +14,9 @@
<header class="w600p center mbm">
<h1 class="logo">
{% block logo %}
<img width="100" height="100" src="{{ asset('bundles/wallabagcore/themes/_global/img/logo-w.png') }}" alt="wallabag logo" />
<a title="{{ 'menu.left.back_to_unread'|trans }}" href="{{ path('unread') }}">
<img width="100" height="100" src="{{ asset('bundles/wallabagcore/themes/_global/img/logo-w.png') }}" alt="wallabag logo" />
</a>
{% endblock %}
</h1>
</header>

File diff suppressed because one or more lines are too long