From e70dcadc769c407573c308bd544c0cbef06b9192 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 27 Nov 2019 15:06:56 +0000 Subject: [PATCH] Fine tune spacing under the _upload again_ button This makes it match the upload CSV page which has 30px of space between the button and the following heading. bottom-gutter-1-2 = 15px form-group = 15px 15px + 15px = 30px --- app/templates/views/uploads/preview.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/app/templates/views/uploads/preview.html b/app/templates/views/uploads/preview.html index 3a941b15c..e4d092ffa 100644 --- a/app/templates/views/uploads/preview.html +++ b/app/templates/views/uploads/preview.html @@ -15,15 +15,17 @@ {% if status == 'invalid' and message %} {% include "partials/check/letter-validation-failed-banner.html" %} -
-
- {{ file_upload( - re_upload_form.file, - action=url_for('main.upload_letter', service_id=current_service.id), - button_text='Upload your file again' - ) }} +
+
+
+ {{ file_upload( + re_upload_form.file, + action=url_for('main.upload_letter', service_id=current_service.id), + button_text='Upload your file again' + ) }} +
+ Back to top
- Back to top
{% elif current_service.trial_mode %} {% call banner_wrapper(type='dangerous') %}