* Finish task #57894.

This commit is contained in:
tianshujie
2022-06-21 11:26:07 +08:00
parent 30bff5f852
commit 9585c4f031
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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;}
+1
View File
@@ -1 +1,2 @@
.alert-info > h5 > span {color: red;}
.btn-back {margin-left: 25px;}
+4 -1
View File
@@ -21,7 +21,10 @@
<div class='alert alert-info'>
<?php printf($lang->user->noticeResetFile, $resetFileName);?>
</div>
<div class='text-center'><?php echo html::a(inlink('reset'), $this->lang->refresh, '', "class='btn btn-primary btn-wide'")?></div>
<div class='text-center'>
<?php echo html::a(inlink('reset'), $this->lang->refresh, '', "class='btn btn-primary btn-wide'")?>
<?php echo html::backButton();?>
</div>
</div>
</div>
</div>