From 0c7f1ba79615be00d07a3fd4e9671f3c2356d38b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 4 Oct 2016 14:58:06 +0200 Subject: [PATCH] Fixed icon position in share menu --- .../static/themes/material/css/main.css | 7 ++-- .../themes/material/Entry/entry.html.twig | 13 ++++---- .../wallabagcore/themes/baggy/js/baggy.min.js | 32 +++++++++---------- .../themes/baggy/js/baggy.min.js.map | 2 +- .../themes/material/css/style.min.css | 4 +-- .../themes/material/css/style.min.css.map | 2 +- .../themes/material/js/material.min.js | 26 +++++++-------- .../themes/material/js/material.min.js.map | 2 +- 8 files changed, 45 insertions(+), 43 deletions(-) diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 4751c645..f3d09973 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -88,9 +88,8 @@ } .icon-image { - background-size: 24px; + background-size: 16px; background-repeat: no-repeat; - background-position: center; padding-right: 1em !important; padding-left: 1em !important; } @@ -107,6 +106,10 @@ content: "\e953"; } +.icon-mail::before { + content: "\ea86"; +} + .icon-time::before { content: "\e952"; } diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig index b4f2abc9..0a04e972 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig @@ -106,19 +106,19 @@