From 62eae4c63017d5c429902a9fe988b5037f1673fc Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 15 May 2013 22:39:02 +0200 Subject: [PATCH] bufferapp integration --- src/main/webapp/js/directives.js | 2 +- src/main/webapp/templates/feeds.view.html | 11 +++++++---- src/main/webapp/vendor/zocial/zocial.css | 22 ++++++++++++++-------- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/src/main/webapp/js/directives.js b/src/main/webapp/js/directives.js index 920fa087..7cc6e0a4 100644 --- a/src/main/webapp/js/directives.js +++ b/src/main/webapp/js/directives.js @@ -7,7 +7,7 @@ module.directive('popup', function() { return { link : function(scope, elm, attrs) { elm.bind('click', function(event) { - window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600'); + window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=800'); event.preventDefault(); }); } diff --git a/src/main/webapp/templates/feeds.view.html b/src/main/webapp/templates/feeds.view.html index 70a80cc0..c9d57707 100644 --- a/src/main/webapp/templates/feeds.view.html +++ b/src/main/webapp/templates/feeds.view.html @@ -47,24 +47,27 @@ - + - + - + - + + + + diff --git a/src/main/webapp/vendor/zocial/zocial.css b/src/main/webapp/vendor/zocial/zocial.css index f0b3a9e6..5faab0fb 100644 --- a/src/main/webapp/vendor/zocial/zocial.css +++ b/src/main/webapp/vendor/zocial/zocial.css @@ -12,15 +12,14 @@ /* 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; + 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 { @@ -28,8 +27,15 @@ font-family: 'zocial'; content: "I"; } + .icon-pocket:before { font-style: normal; font-family: 'zocial'; content: "\00E7"; +} + +.icon-buffer:before { + font-style: normal; + font-family: 'zocial'; + content: "\00E5"; } \ No newline at end of file