From: Jérémy Benoist Date: Fri, 8 Dec 2017 09:10:15 +0000 (+0100) Subject: Merge pull request #3463 from Simounet/feature/footer-improved X-Git-Tag: 2.3.0~8 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=77a53ea7244a5483e57f657e8f53bf45f226c581;hp=613a8ec3123de83013837bf97b59c3bd1af02548;p=github%2Fwallabag%2Fwallabag.git Merge pull request #3463 from Simounet/feature/footer-improved Footer improved --- diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss index d38d97e4..5c55caa8 100644 --- a/app/Resources/static/themes/material/css/entries.scss +++ b/app/Resources/static/themes/material/css/entries.scss @@ -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 { diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig index 2a14e5b0..cb6fd58a 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig @@ -140,13 +140,13 @@