Skip to content
Snippets Groups Projects
Commit 8038dc80 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

autofocus and spacing fixes

parent 29ebfa4a
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@
<div class="Form-field" mb-form-field="organization">
<mb-form-label display-name="Your organization or company name" field-name="organization"></mb-form-label>
<input class="Form-input Form-offset full" name="organization" type="text" placeholder="Department of awesome" ng-model="newUser.orgName" autofocus required>
<input class="Form-input Form-offset full" name="organization" type="text" placeholder="Department of awesome" ng-model="newUser.orgName" required>
<span class="Form-charm"></span>
</div>
......
......@@ -5,5 +5,5 @@
<p class="WelcomeMessage-subTitle text-body">Looks like everything is installed and working great. We’ll quickly get to know you, connect you to your data, and we’ll have you on your way to your data.</p>
</div>
<a class="Button Button--primary" href="/setup/info">Let's get started</a>
<div ng-include="'/app/setup/partials/setup_help.html'"></div>
<div class="mt4 pt4" ng-include="'/app/setup/partials/setup_help.html'"></div>
</section>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment