Add TOS/PP links to the /signin page

fixes #255
This commit is contained in:
Shane Tomlinson 2014-01-21 12:14:16 +00:00 коммит произвёл Nick Chapman
Родитель 213a9aed9d
Коммит b6699cd4bd
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -32,4 +32,8 @@
<a href="/reset_password" class="left">{{#t}}Forgot password?{{/t}}</a>
<a href="/signup" class="right">{{#t}}Create an account{{/t}}</a>
</div>
<div class="privacy-links">
{{#t}}By proceeding, I agree to the <a id="fxa-tos" href="/tos">Terms of Service</a> and <a id="fxa-pp" href="/pp">Privacy Notice</a> for Sync.{{/t}}
</div>
</section>

Просмотреть файл

@ -258,6 +258,10 @@ section p {
visibility: hidden;
}
.links + .privacy-links {
margin: 20px 0 15px 0;
}
.cannot-create-account-content {
margin-top: 105px;
}