mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding Tafiti to Goodies.
This commit is contained in:
parent
ab39fe7564
commit
e39e62d21b
3 changed files with 16 additions and 0 deletions
|
@ -7794,6 +7794,14 @@ form.opml_import_form input {
|
|||
background: transparent url('/media/embed/mobile/readkit.png') no-repeat 0 0;
|
||||
background-size: 28px;
|
||||
}
|
||||
.NB-modal-goodies .NB-goodies-tafiti {
|
||||
float: right;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
margin: 0 6px 0 0;
|
||||
background: transparent url('/media/embed/mobile/tafiti.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/tafiti.png
Normal file
BIN
media/img/mobile/tafiti.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -98,6 +98,14 @@ _.extend(NEWSBLUR.ReaderGoodies.prototype, {
|
|||
$.make('div', { className: 'NB-goodies-readkit' }),
|
||||
$.make('div', { className: 'NB-goodies-title' }, 'ReadKit: User-created Mac App')
|
||||
]),
|
||||
$.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://www.tafitiapp.com/mx/'
|
||||
}, 'Download Tafiti'),
|
||||
$.make('div', { className: 'NB-goodies-tafiti' }),
|
||||
$.make('div', { className: 'NB-goodies-title' }, 'Tafiti: User-created Windows 8 App')
|
||||
]),
|
||||
$.make('fieldset', [
|
||||
$.make('legend', 'Browser Extensions for NewsBlur')
|
||||
]),
|
||||
|
|
Loading…
Add table
Reference in a new issue