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

@@ -30,5 +30,5 @@ def service_dashboard(service_id):
jobs=jobs,
free_text_messages_remaining='25,000',
spent_this_month='0.00',
has_templates=bool(len(templates)),
template_count=len(templates),
service_id=str(service_id))