Various tweaks

- remove black border from banner
- make banners have internal columns
- make nav 2/3rd width, 19px text and more spaced out
- only show the ‘restricted mode’ banner where it’s needed
- rename ‘restricted mode’ to ‘trial mode’
This commit is contained in:
Chris Hill-Scott
2016-02-02 13:38:39 +00:00
parent 658045e6d7
commit 686c4127cd
14 changed files with 118 additions and 104 deletions

View File

@@ -12,16 +12,16 @@ GOV.UK Notify | Confirm email address and mobile number
<div class="column-two-thirds">
<h1 class="heading-large">Activate your account</h1>
<p>We've sent you confirmation codes by email and text message. You need to enter both codes here.</p>
<p>Weve sent you confirmation codes by email and text message. You need to enter both codes here.</p>
<form autocomplete="off" method="post">
{{ textbox(form.email_code) }}
<p>
<a href="{{ url_for('.check_and_resend_email_code')}}">I haven't received an email</a>
<a href="{{ url_for('.check_and_resend_email_code')}}">I havent received an email</a>
</p>
{{ textbox(form.sms_code) }}
<p>
<a href="{{ url_for('.check_and_resend_text_code') }}">I haven't received a text</a></span>
<a href="{{ url_for('.check_and_resend_text_code') }}">I havent received a text</a></span>
</p>
{{ page_footer("Continue") }}
</form>