diff --git a/src/main/webapp/WEB-INF/wro.xml b/src/main/webapp/WEB-INF/wro.xml index c893283b..0932b14f 100644 --- a/src/main/webapp/WEB-INF/wro.xml +++ b/src/main/webapp/WEB-INF/wro.xml @@ -19,6 +19,7 @@ /vendor/bootstrap/*.css /vendor/angularui/*.css /vendor/fontawesome/css/*.css + /vendor/zocial/*.css /vendor/nggrid/*.css diff --git a/src/main/webapp/templates/feeds.view.html b/src/main/webapp/templates/feeds.view.html index 54c9c2ea..ecc964e6 100644 --- a/src/main/webapp/templates/feeds.view.html +++ b/src/main/webapp/templates/feeds.view.html @@ -59,6 +59,12 @@ + + + + + + diff --git a/src/main/webapp/vendor/zocial/zocial-regular-webfont.eot b/src/main/webapp/vendor/zocial/zocial-regular-webfont.eot new file mode 100644 index 00000000..ff8829a8 Binary files /dev/null and b/src/main/webapp/vendor/zocial/zocial-regular-webfont.eot differ diff --git a/src/main/webapp/vendor/zocial/zocial-regular-webfont.svg b/src/main/webapp/vendor/zocial/zocial-regular-webfont.svg new file mode 100644 index 00000000..65f7bcec --- /dev/null +++ b/src/main/webapp/vendor/zocial/zocial-regular-webfont.svg @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/vendor/zocial/zocial-regular-webfont.ttf b/src/main/webapp/vendor/zocial/zocial-regular-webfont.ttf new file mode 100644 index 00000000..a19bff5f Binary files /dev/null and b/src/main/webapp/vendor/zocial/zocial-regular-webfont.ttf differ diff --git a/src/main/webapp/vendor/zocial/zocial-regular-webfont.woff b/src/main/webapp/vendor/zocial/zocial-regular-webfont.woff new file mode 100644 index 00000000..79b85a41 Binary files /dev/null and b/src/main/webapp/vendor/zocial/zocial-regular-webfont.woff differ diff --git a/src/main/webapp/vendor/zocial/zocial.css b/src/main/webapp/vendor/zocial/zocial.css new file mode 100644 index 00000000..f0b3a9e6 --- /dev/null +++ b/src/main/webapp/vendor/zocial/zocial.css @@ -0,0 +1,35 @@ +@charset "UTF-8"; + +/*! + Zocial Butons + http://zocial.smcllns.com + by Sam Collins (@smcllns) + License: http://opensource.org/licenses/mit-license.php + + You are free to use and modify, as long as you keep this license comment intact or link back to zocial.smcllns.com on your site. +*/ + +/* Reference icons from font-files +** Base 64-encoded version recommended to resolve cross-site font-loading issues +*/ + +@font-face { + font-family: 'zocial'; + src: url('zocial-regular-webfont.eot'), + url('zocial-regular-webfont.woff'), + url('zocial-regular-webfont.ttf') format('truetype'), + url('zocial-regular-webfont.svg#zocialregular') format('svg'); + font-weight: normal; + font-style: normal; +} + +.icon-instapaper:before { + font-style: normal; + font-family: 'zocial'; + content: "I"; +} +.icon-pocket:before { + font-style: normal; + font-family: 'zocial'; + content: "\00E7"; +} \ No newline at end of file