Adding Bluree Windows 8 client.

This commit is contained in:
Samuel Clay 2014-04-10 10:58:50 -07:00
parent 6e503aeddf
commit 40e9f1d488
4 changed files with 17 additions and 1 deletions

View file

@ -8501,6 +8501,14 @@ form.opml_import_form input {
background: transparent url('/media/img/mobile/tafiti.png') no-repeat 0 0;
background-size: 28px;
}
.NB-modal-goodies .NB-goodies-bluree {
float: right;
width: 28px;
height: 28px;
margin: 0 6px 0 0;
background: transparent url('/media/img/mobile/bluree.png') no-repeat 0 0;
background-size: 28px;
}
.NB-modal-goodies .NB-goodies-subtitle {
margin: 14px 8px 4px;
line-height: 18px;

BIN
media/img/mobile/bluree.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -130,6 +130,14 @@ _.extend(NEWSBLUR.ReaderGoodies.prototype, {
$.make('div', { className: 'NB-goodies-tafiti' }),
$.make('div', { className: 'NB-goodies-title' }, 'Tafiti')
]),
$.make('div', { className: 'NB-goodies-group NB-modal-submit' }, [
$.make('a', {
className: 'NB-goodies-mobile-link NB-modal-submit-button NB-modal-submit-green',
href: 'http://apps.microsoft.com/windows/en-us/app/bluree/35b1d32a-5abb-479a-8fd1-bbed4fa0172e'
}, 'Download Bluree for Windows 8'),
$.make('div', { className: 'NB-goodies-bluree' }),
$.make('div', { className: 'NB-goodies-title' }, 'Bluree')
]),
$.make('fieldset', [
$.make('legend', 'Browser Extensions for NewsBlur')
]),

View file

@ -103,7 +103,7 @@
{% if user_profile.is_premium %}
{% if debug %}
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/6565292/731824/css/fonts.css?5" />
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/6565292/731824/css/fonts.css" />
{% else %}
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/6565292/711824/css/fonts.css" />
{% endif %}