Merge pull request #3463 from Simounet/feature/footer-improved

Footer improved
This commit is contained in:
Jérémy Benoist 2017-12-08 10:10:15 +01:00 committed by GitHub
commit 77a53ea724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 15 deletions

View file

@ -64,17 +64,8 @@
}
}
.page-footer .footer-copyright {
min-width: 50px;
height: auto !important;
line-height: 1em !important;
p {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
.footer-text {
margin: 0.7rem 0.5rem;
}
.hidden {

View file

@ -140,13 +140,13 @@
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col m12 l8 hide-on-small-only">
<p title="{{ display_stats() | raw | striptags }}">
<div class="col m12 l8">
<p class="footer-text" title="{{ display_stats() | raw | striptags }}">
{{ display_stats() }}
</p>
</div>
<div class="col s12 l4">
<p>
<p class="footer-text">
{{ 'footer.wallabag.powered_by'|trans }} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a>
<a class="grey-text text-lighten-4" href="{{ path('about') }}">{{ 'footer.wallabag.about'|trans|lower }}</a>
</p>

File diff suppressed because one or more lines are too long