mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #234 from laf/issue-laf-10
Aligned the New Password text properly
This commit is contained in:
@@ -53,7 +53,7 @@ if (passwordscanchange($_SESSION['username']))
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='form-group'>
|
<div class='form-group'>
|
||||||
<label for='new_pass2' class='col-sm-2'>New Password</label>
|
<label for='new_pass2' class='col-sm-2 control-label'>New Password</label>
|
||||||
<div class='col-sm-4'>
|
<div class='col-sm-4'>
|
||||||
<input type=password name=new_pass2 autocomplete='off' class='form-control input-sm'>
|
<input type=password name=new_pass2 autocomplete='off' class='form-control input-sm'>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user