fix strengthify in personal settings
This commit is contained in:
parent
91b089855a
commit
ac5122f45a
|
@ -488,9 +488,9 @@ span.indeterminate {
|
|||
}
|
||||
|
||||
/* PASSWORD */
|
||||
.strengthify-wrapper {
|
||||
#passwordform .strengthify-wrapper {
|
||||
position: absolute;
|
||||
left: 189px;
|
||||
left: 186px;
|
||||
width: 131px;
|
||||
margin-top: -7px;
|
||||
}
|
||||
|
|
|
@ -336,7 +336,8 @@ $(document).ready(function () {
|
|||
t('core', 'So-so password'),
|
||||
t('core', 'Good password'),
|
||||
t('core', 'Strong password')
|
||||
]
|
||||
],
|
||||
drawTitles: true,
|
||||
});
|
||||
|
||||
// does the user have a custom avatar? if he does show #removeavatar
|
||||
|
|
|
@ -133,7 +133,6 @@ if($_['passwordChangeSupported']) {
|
|||
<input type="checkbox" id="personal-show" name="show" /><label for="personal-show" class="svg"></label>
|
||||
<input id="passwordbutton" type="submit" value="<?php echo $l->t('Change password');?>" />
|
||||
<br/>
|
||||
<div class="strengthify-wrapper"></div>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue