diff --git a/module/user/css/forgetpassword.css b/module/user/css/forgetpassword.css index e0fceea585..bd3d30b0cd 100644 --- a/module/user/css/forgetpassword.css +++ b/module/user/css/forgetpassword.css @@ -9,4 +9,4 @@ body {background: #1183fb linear-gradient(-90deg, #0a48d1 0%, #1183fb 100%); bac #forgetForm .form-control:focus {border-color: #2272eb; background: #fff;} #forgetForm .form-actions {padding-bottom: 20px;} .required:after {top: 32px; right: -15px;} -.resetBox {float: right;} +.resetBox {float: right; font-size: 8px; margin-right: 2px;} diff --git a/module/user/css/reset.css b/module/user/css/reset.css index f2d42b1412..788d51bfb7 100644 --- a/module/user/css/reset.css +++ b/module/user/css/reset.css @@ -1 +1,2 @@ .alert-info > h5 > span {color: red;} +.btn-back {margin-left: 25px;} diff --git a/module/user/view/reset.html.php b/module/user/view/reset.html.php index d0c344cd26..dc180f7c6e 100644 --- a/module/user/view/reset.html.php +++ b/module/user/view/reset.html.php @@ -21,7 +21,10 @@