Improve cloudron store checkbox layout

This commit is contained in:
Johannes Zellner
2016-07-27 17:02:22 +02:00
parent 60c1fb4a93
commit d65990f780

View File

@@ -22,10 +22,14 @@
<small ng-show="setup_form.password.$dirty && setup_form.password.$invalid">Password must be 8-30 character with at least one uppercase, one numeric and one special character</small>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<div class="form-group">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="wizard.createAppstoreAccount"> Create Cloudron store account with the same credentials
<input type="checkbox" ng-model="wizard.createAppstoreAccount"> Create <a href="https://cloudron.io" target="_blank">Cloudron Store</a> account with same credentials
</label>
</div>
</div>