aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-04 14:58:06 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-04 14:58:06 +0200
commit0c7f1ba79615be00d07a3fd4e9671f3c2356d38b (patch)
treebe87e207ab95feb9fd0aaeb41c92915738cd5d4d /app/Resources/static/themes/material/css/main.css
parent46d78f87d934bbc7679b85d0c78178444ff1b28e (diff)
downloadwallabag-0c7f1ba79615be00d07a3fd4e9671f3c2356d38b.tar.gz
wallabag-0c7f1ba79615be00d07a3fd4e9671f3c2356d38b.tar.zst
wallabag-0c7f1ba79615be00d07a3fd4e9671f3c2356d38b.zip
Fixed icon position in share menu
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css7
1 files changed, 5 insertions, 2 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 @@
88} 88}
89 89
90.icon-image { 90.icon-image {
91 background-size: 24px; 91 background-size: 16px;
92 background-repeat: no-repeat; 92 background-repeat: no-repeat;
93 background-position: center;
94 padding-right: 1em !important; 93 padding-right: 1em !important;
95 padding-left: 1em !important; 94 padding-left: 1em !important;
96} 95}
@@ -107,6 +106,10 @@
107 content: "\e953"; 106 content: "\e953";
108} 107}
109 108
109.icon-mail::before {
110 content: "\ea86";
111}
112
110.icon-time::before { 113.icon-time::before {
111 content: "\e952"; 114 content: "\e952";
112} 115}