1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

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; margin: 0 auto;
} }
.tools li { article aside .tools li {
display: inline-flex; display: inline-flex;
vertical-align: middle; vertical-align: middle;
margin: auto 10px;
} }
#article aside .tools a { #article aside .tools a {

View file

@ -462,7 +462,7 @@ flashes:
rss_token_updated: "Jeton RSS mis à jour" rss_token_updated: "Jeton RSS mis à jour"
entry: entry:
notice: 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: "Article enregistré"
entry_saved_failed: "Article enregistré mais impossible de récupérer le contenu" entry_saved_failed: "Article enregistré mais impossible de récupérer le contenu"
entry_updated: "Article mis à jour" entry_updated: "Article mis à jour"

View file

@ -14,7 +14,9 @@
<header class="w600p center mbm"> <header class="w600p center mbm">
<h1 class="logo"> <h1 class="logo">
{% block 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 %} {% endblock %}
</h1> </h1>
</header> </header>

File diff suppressed because one or more lines are too long