From a0be2e087931e39600219552c655ee1039acb02a Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 17 Aug 2013 21:55:29 +0200 Subject: [PATCH] added gmail social sharing button --- src/main/webapp/templates/feeds.view.html | 17 ++++++++++------- src/main/webapp/vendor/zocial/zocial.css | 6 ++++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/templates/feeds.view.html b/src/main/webapp/templates/feeds.view.html index e58189f6..5bf07f97 100644 --- a/src/main/webapp/templates/feeds.view.html +++ b/src/main/webapp/templates/feeds.view.html @@ -85,25 +85,28 @@ - + - + + + + - + - + - + - + - + diff --git a/src/main/webapp/vendor/zocial/zocial.css b/src/main/webapp/vendor/zocial/zocial.css index 5faab0fb..724b2657 100644 --- a/src/main/webapp/vendor/zocial/zocial.css +++ b/src/main/webapp/vendor/zocial/zocial.css @@ -38,4 +38,10 @@ font-style: normal; font-family: 'zocial'; content: "\00E5"; +} + +.icon-gmail:before { + font-style: normal; + font-family: 'zocial'; + content: "m"; } \ No newline at end of file