From: Nicolas LÅ“uillet Date: Tue, 4 Oct 2016 12:58:06 +0000 (+0200) Subject: Fixed icon position in share menu X-Git-Tag: 2.1.1~2^2~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=0c7f1ba79615be00d07a3fd4e9671f3c2356d38b;p=github%2Fwallabag%2Fwallabag.git Fixed icon position in share menu --- 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 @@