set width of pwd strength bar to 100%

This commit is contained in:
Uwe Steinmann 2021-05-04 13:40:05 +02:00
parent d3958e73f9
commit 5fe8ab1615

View File

@ -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(