From 86921a8f16d44aa4c8e0fde0d1f87e77e4b9ab6a Mon Sep 17 00:00:00 2001 From: Rosanny Date: Tue, 22 Mar 2022 15:40:39 +0100 Subject: [PATCH] fix UI issue in Reset Password page (cherry picked from commit fa976f4bb86a6397160edd25b40fc1b5a224aa50) --- views/DE/account/reset.pug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/DE/account/reset.pug b/views/DE/account/reset.pug index a6ef872a..e81e1166 100644 --- a/views/DE/account/reset.pug +++ b/views/DE/account/reset.pug @@ -6,6 +6,7 @@ html(lang="de") meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no") link(rel="stylesheet", type="text/css", href="/css/bootstrap.min.css") link(rel="stylesheet", type="text/css", href="/css/m4lab.css") + link(rel="stylesheet", type="text/css", href="/css/m4lab-mobile.css") link(rel="stylesheet", type="text/css", href="/css/custom/login.css") link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous") body @@ -21,7 +22,7 @@ html(lang="de") div.alert.alert-danger.alert-dismissible.fade.show #{ error } a(class="close", href="#", data-dismiss="alert", aria-label="close") × form#forgotForm(method="POST", class="form-signin") - img(src="https://transfer.hft-stuttgart.de/images/demo/m4lab_logo.jpg", class="img-responsive center-block", width="185", height="192") + img(src="https://transfer.hft-stuttgart.de/img/M4_LAB_LOGO.png", class="img-responsive center-block", width="185", height="192") div(class="form-row") input#inputNewPwd(name="inputNewPwd", type="password", class="form-control", placeholder="Neues Passwort" required) span#recommendation(class='warning') @@ -38,3 +39,4 @@ html(lang="de") script(src="/js/security.js") script(src="/js/generalFunction.js") script(src="/js/headfoot.js") + script(src="/js/mobile.js") \ No newline at end of file -- GitLab