From 070690941942d8f1a7b8b02a42375bf337691696 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Mon, 24 Oct 2016 13:17:50 +0100 Subject: [PATCH] Reduced field widths to half on go live page --- .../views/service-settings/request-to-go-live.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/templates/views/service-settings/request-to-go-live.html b/app/templates/views/service-settings/request-to-go-live.html index 8838cfb72..cf78dda71 100644 --- a/app/templates/views/service-settings/request-to-go-live.html +++ b/app/templates/views/service-settings/request-to-go-live.html @@ -24,11 +24,11 @@
- {{ textbox(form.channel, width='1-1') }} - {{ textbox(form.start_date, width='1-1') }} - {{ textbox(form.start_volume, width='1-1') }} - {{ textbox(form.peak_volume, width='1-1') }} - {{ textbox(form.upload_or_api, width='1-1') }} + {{ textbox(form.channel, width='1-2') }} + {{ textbox(form.start_date, width='1-2') }} + {{ textbox(form.start_volume, width='1-2') }} + {{ textbox(form.peak_volume, width='1-2') }} + {{ textbox(form.upload_or_api, width='1-2') }}

We will: