From 17b064df1868d368c62725f9df3c7600cee54a47 Mon Sep 17 00:00:00 2001 From: James Allen Date: Mon, 15 May 2017 11:45:41 +0100 Subject: [PATCH] Adjust style of sudo mode prompt --- .../web/app/views/sudo_mode/sudo_mode_prompt.pug | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/services/web/app/views/sudo_mode/sudo_mode_prompt.pug b/services/web/app/views/sudo_mode/sudo_mode_prompt.pug index 9ad3003722..b88074002a 100644 --- a/services/web/app/views/sudo_mode/sudo_mode_prompt.pug +++ b/services/web/app/views/sudo_mode/sudo_mode_prompt.pug @@ -4,14 +4,14 @@ block content .content.content-alt .container .row - .col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2 + .col-md-8.col-md-offset-2.col-lg-6.col-lg-offset-3 .card .page-header.text-centered - h1 Confirm your password to continue + h2 Confirm password to continue div .container-fluid .row - .col-md-8.col-md-offset-2 + .col-md-12 form(async-form="confirmPassword", name="confirmPassword", action='/confirm-password/submit', method="POST", ng-cloak) input(name='_csrf', type='hidden', value=csrfToken) @@ -38,8 +38,8 @@ block content ) span #{translate("confirm")} - .row - .col-md-8.col-md-offset-2 + .row.row-spaced-small + .col-md-12 p.text-centered small - | Tip: You are entering "sudo mode", we won't ask for your password again for a while. + | We won't ask for your password again for a while.