Password style changes

Melina Gamboa 2021-06-08 20:00:47 +02:00 committed by root
parent 80990552b3
commit 2218490763
1 changed files with 17 additions and 11 deletions

View File

@ -114,11 +114,16 @@
<!-- Modal Body --> <!-- Modal Body -->
<div class="modal-body"> <div class="modal-body">
<form id="modalPasswdUserForm" class="form-inline form-label-left"> <form id="modalPasswdUserForm" class="form-inline form-label-left">
<div class="x_panel">
<div class="x_title">
<h4>REMEMBER TO COPY THIS PASSWORD AS IT IS THE ONLY TIME YOU WILL SEE IT</h4>
<div class="clearfix"></div>
</div>
<div class="x_content" style="padding: 0px;"> <div class="x_content" style="padding: 0px;">
<div class="row"> <div class="row">
This is a proposed password.<br> <div class="col-md-12 col-xs-12">
Change it for the one desired for this user. <br> This is a proposed password. Change it for the desired one for this user. <br>
REMEMBER TO COPY THIS PASSWORD AS IT IS THE ONLY TIME YOU WILL SEE IT </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-12 col-xs-12"> <div class="col-md-12 col-xs-12">
@ -129,6 +134,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</form> </form>
<!-- Modal Footer --> <!-- Modal Footer -->
<div class="modal-footer"> <div class="modal-footer">