Fixing a few broken pixels in onboarding.

This commit is contained in:
Samuel Clay 2013-02-25 17:49:08 -08:00
parent e7a4698097
commit 5e1f42b496
2 changed files with 8 additions and 6 deletions

View file

@ -6495,7 +6495,7 @@ form.opml_import_form input {
} }
.NB-modal-intro .NB-modal-loading { .NB-modal-intro .NB-modal-loading {
margin: 8px 8px 0 0; margin: 16px 8px 0 0;
} }
.NB-modal-intro .NB-intro-section { .NB-modal-intro .NB-intro-section {
padding: 24px 4px; padding: 24px 4px;
@ -6829,7 +6829,7 @@ form.opml_import_form input {
clear: both; clear: both;
} }
.NB-modal-intro .NB-page-4-started { .NB-modal-intro .NB-page-4-started {
margin: 12px 24px; margin: 6px 0 18px;
} }
.NB-modal-intro .NB-intro-follows { .NB-modal-intro .NB-intro-follows {
border-radius: 6px; border-radius: 6px;
@ -6851,6 +6851,9 @@ form.opml_import_form input {
.NB-modal-intro .NB-intro-uptodate-subscribe .NB-intro-uptodate-follow { .NB-modal-intro .NB-intro-uptodate-subscribe .NB-intro-uptodate-follow {
border-bottom: none; border-bottom: none;
} }
.NB-modal-intro .NB-intro-uptodate-follow iframe {
margin: 6px auto 0;
}
.NB-modal-intro .NB-intro-uptodate-follow .NB-modal-submit-button { .NB-modal-intro .NB-intro-uptodate-follow .NB-modal-submit-button {
width: 100px; width: 100px;
text-shadow: none; text-shadow: none;

View file

@ -101,7 +101,7 @@ _.extend(NEWSBLUR.ReaderIntro.prototype, {
]), ]),
$.make('div', { className: 'NB-intro-bookmarklet NB-intro-section NB-intro-import-container' }, [ $.make('div', { className: 'NB-intro-bookmarklet NB-intro-section NB-intro-import-container' }, [
$.make('h3', { className: 'NB-module-content-header' }, 'Install'), $.make('h3', { className: 'NB-module-content-header' }, 'Install'),
$.make('div', { className: 'NB-intro-import' }, [ $.make('div', { className: 'NB-intro-import NB-intro-module' }, [
NEWSBLUR.generate_bookmarklet(), NEWSBLUR.generate_bookmarklet(),
$.make('div', { className: 'NB-intro-bookmarklet-info' }, 'Drag this bookmarklet into your bookmarks bar') $.make('div', { className: 'NB-intro-bookmarklet-info' }, 'Drag this bookmarklet into your bookmarks bar')
]) ])
@ -124,8 +124,7 @@ _.extend(NEWSBLUR.ReaderIntro.prototype, {
$.make('img', { src: 'http://a0.twimg.com/profile_images/1382021023/Campeche_Steps_normal.jpg', style: 'border-color: #505050;' }), $.make('img', { src: 'http://a0.twimg.com/profile_images/1382021023/Campeche_Steps_normal.jpg', style: 'border-color: #505050;' }),
$.make('span', '@samuelclay') $.make('span', '@samuelclay')
]), ]),
$.make('a', { href: "https://twitter.com/samuelclay", className: "twitter-follow-button", "data-show-count": true }, "Follow @samuelclay"), $.make('iframe', { allowtransparency: "true", frameborder: "0", scrolling: "no", src: "//platform.twitter.com/widgets/follow_button.html?screen_name=samuelclay", width: 230, height: 20 })
$.make('script', '!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");')
]), ]),
$.make('td', { className: 'NB-intro-uptodate-follow NB-intro-uptodate-follow-twitter' }, [ $.make('td', { className: 'NB-intro-uptodate-follow NB-intro-uptodate-follow-twitter' }, [
$.make('input', { type: 'checkbox', id: 'NB-intro-uptodate-follow-newsblur' }), $.make('input', { type: 'checkbox', id: 'NB-intro-uptodate-follow-newsblur' }),
@ -133,7 +132,7 @@ _.extend(NEWSBLUR.ReaderIntro.prototype, {
$.make('img', { src: 'http://a0.twimg.com/profile_images/1268996309/logo_128_normal.png', style: 'border-color: #505050;' }), $.make('img', { src: 'http://a0.twimg.com/profile_images/1268996309/logo_128_normal.png', style: 'border-color: #505050;' }),
$.make('span', '@newsblur') $.make('span', '@newsblur')
]), ]),
$.make('a', { href: "https://twitter.com/newsblur", className: "twitter-follow-button", "data-show-count": true }, "Follow @newsblur") $.make('iframe', { allowtransparency: "true", frameborder: "0", scrolling: "no", src: "//platform.twitter.com/widgets/follow_button.html?screen_name=newsblur", width: 230, height: 20 })
]) ])
]), ]),
$.make('tr', { className: 'NB-intro-uptodate-subscribe' }, [ $.make('tr', { className: 'NB-intro-uptodate-subscribe' }, [