mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding Bluree Windows 8 client.
This commit is contained in:
parent
6e503aeddf
commit
40e9f1d488
4 changed files with 17 additions and 1 deletions
|
@ -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
BIN
media/img/mobile/bluree.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -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')
|
||||
]),
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue