* Finish task #57894.
This commit is contained in:
@@ -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 +1,2 @@
|
||||
.alert-info > h5 > span {color: red;}
|
||||
.btn-back {margin-left: 25px;}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user