Increase margin after terms checkbox

This commit is contained in:
Tankred Hase 2014-07-31 19:53:19 +02:00
parent e19d8a4e5b
commit 26f52981eb
2 changed files with 4 additions and 1 deletions

View File

@ -119,6 +119,9 @@
.view-login-initial {
.content {
.terms {
margin-bottom: 40px;
}
}
}

View File

@ -9,7 +9,7 @@
<p><b>PGP key.</b> You can either import an existing PGP key or generate a new one. Your private key remains on your device and is not sent to our servers.</p>
<form>
<div>
<div class="terms">
<input type="checkbox" ng-model="state.agree" name="checkbox" id="checkbox_id">
<label for="checkbox_id">I agree to the Whiteout Networks <a href="https://whiteout.io/terms.html" target="_blank">Terms of Service</a> and have read the <a href="https://whiteout.io/privacy-service.html" target="_blank">Privacy Policy</a>.</label>
</div>