fix strengthify in personal settings

This commit is contained in:
Morris Jobke 2016-06-15 15:27:07 +02:00
parent 3720bae3ec
commit ea25be51da
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
3 changed files with 4 additions and 4 deletions

View File

@ -529,9 +529,9 @@ span.indeterminate {
}
/* PASSWORD */
.strengthify-wrapper {
#passwordform .strengthify-wrapper {
position: absolute;
left: 189px;
left: 186px;
width: 131px;
margin-top: -7px;
}

View File

@ -343,7 +343,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

View File

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