diff --git a/assets/images/getting-started/mustache-spinner.gif b/assets/images/getting-started/mustache-spinner.gif index f5d2a1f1..461229f7 100644 Binary files a/assets/images/getting-started/mustache-spinner.gif and b/assets/images/getting-started/mustache-spinner.gif differ diff --git a/assets/scripts/app/templates/first_sync.hbs b/assets/scripts/app/templates/first_sync.hbs index 41f10621..e42478ad 100644 --- a/assets/scripts/app/templates/first_sync.hbs +++ b/assets/scripts/app/templates/first_sync.hbs @@ -1,29 +1,37 @@ -
-

Just one more thing...

+
+ -

- We're almost done getting you on board, just a few more seconds as we talk to GitHub to find out which - repositories belong to you. -

+

Just one more thing -

- If you're part of an organization that already has repositories set up on Travis CI, we'll take you to the list - once we're done. -

+
+
+

+ We're almost done getting you on board, just a few more seconds as we talk to GitHub to find out which + repositories belong to you. +

-

- If this is your first time on Travis CI, and you're not part of any existing organizations yet, we'll take you to - a handy getting started guide to get you off the ground quickly. -

+

+ If you're part of an organization that already has repositories set up on Travis CI, we'll take you to the list once we're done. +

+
-

- Now hold tight while we sync the last bits from GitHub, we should be done here any minute now. -

+
+

+ If this is your first time on Travis CI, and you're not part of any existing organizations yet, we'll take you to + a handy getting started guide to get you off the ground quickly. +

+

+ Now hold tight while we sync the last bits from GitHub, we should be done here any minute now. +

+
+
- {{#unless isSyncing}} -

Great news!

-

- We've successfully synchronized your details from GitHub. We will redirect you to your profile in a few seconds. -

- {{/unless}} +
+ {{#unless isSyncing}} +

Great news!

+

+ We've successfully synchronized your details from GitHub. We will redirect you to your profile in a few seconds. +

+ {{/unless}} +
diff --git a/assets/styles/getting_started.sass b/assets/styles/getting_started.sass index 43a3901c..ee2ebfe9 100644 --- a/assets/styles/getting_started.sass +++ b/assets/styles/getting_started.sass @@ -1,3 +1,48 @@ +#first_sync + width: 850px + margin: 0 auto + padding-top: 30px + font-family: 'Source Sans Pro' + font-size: 17px + line-height: 26px + text-align: center + + .first-sync-head + font-size: 35px + color: #337389 + font-weight: 800 + text-align: center + margin: 0 + + .great-news + font-size: 35px + color: #337389 + text-align: center + color: #c44845 + font-weight: 800 + margin: 0 + + p + text-align: left + padding-bottom: 10px + + .spinner + border: 0px + padding-bottom: 30px + align: center + + .sync-row + display: inline-block + clear: all + padding-top: 30px + + .sync-column + padding-right: 28px + max-width: 380px + display: block + float: left + clear: all + #getting-started width: 850px margin: 0 auto @@ -35,13 +80,6 @@ margin: 15px 0 0 0 width: 450px - &.spinner - border: 0px - padding: 0px - float: none - margin: 0px - margin-left: 5px - p font-size: 17px line-height: 26px diff --git a/public/images/getting-started/mustache-spinner.gif b/public/images/getting-started/mustache-spinner.gif index f5d2a1f1..461229f7 100644 Binary files a/public/images/getting-started/mustache-spinner.gif and b/public/images/getting-started/mustache-spinner.gif differ