mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
set width of pwd strength bar to 100%
This commit is contained in:
parent
d3958e73f9
commit
5fe8ab1615
|
@ -245,7 +245,7 @@ $(document).ready( function() {
|
|||
if($passwordstrength > 0) {
|
||||
$this->formField(
|
||||
getMLText("password_strength"),
|
||||
'<div id="strengthbar'.($currUser ? $currUser->getID() : "0").'" class="progress" style="width: 220px; height: 30px; margin-bottom: 8px;"><div class="bar bar-danger" style="width: 0%;"></div></div>'
|
||||
'<div id="strengthbar'.($currUser ? $currUser->getID() : "0").'" class="progress" style="_width: 220px; height: 30px; margin-bottom: 8px;"><div class="bar bar-danger bg-danger" style="width: 0%;"></div></div>'
|
||||
);
|
||||
}
|
||||
$this->formField(
|
||||
|
|
Loading…
Reference in New Issue
Block a user