mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Taking Google Reader starred stories import out of the intro/import dialog. Closes #678.
This commit is contained in:
parent
38b1ffa802
commit
fe61780c92
2 changed files with 2 additions and 8 deletions
|
@ -8376,7 +8376,8 @@ form.opml_import_form input {
|
|||
|
||||
.NB-modal-intro .NB-intro-module.NB-intro-import-opml,
|
||||
.NB-modal-intro .NB-intro-module.NB-intro-import-starred {
|
||||
height: auto;
|
||||
height: 200px;
|
||||
padding-top: 64px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
|
|
@ -108,13 +108,6 @@ _.extend(NEWSBLUR.ReaderIntro.prototype, {
|
|||
])
|
||||
])
|
||||
])
|
||||
]),
|
||||
$.make('div', { className: 'NB-intro-starredimport NB-intro-module-container NB-right' }, [
|
||||
$.make('h3', { className: 'NB-module-content-header' }, 'Google Reader Starred Stories'),
|
||||
$.make('div', { className: 'NB-intro-import-starred NB-intro-module' }, [
|
||||
$.make('a', { className: 'NB-intro-starredimport-info NB-splash-link', href: "https://www.google.com/takeout/#custom:reader", target: "_blank" }, 'Download from Takeout'),
|
||||
$.make('div', { className: 'NB-modal-submit-button NB-modal-submit-grey NB-starredimport-button NB-disabled' }, 'Upload starred.json')
|
||||
])
|
||||
])
|
||||
])
|
||||
])
|
||||
|
|
Loading…
Add table
Reference in a new issue