parent
957d35f590
commit
91b089855a
|
@ -108,12 +108,6 @@ select {
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c320000', endColorstr='#4c320000');
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c320000', endColorstr='#4c320000');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* IE8 doesn't have rounded corners, so the strengthify bar should be wider */
|
|
||||||
.lte8 #body-login .strengthify-wrapper {
|
|
||||||
width: 271px;
|
|
||||||
left: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* fix background of navigation popup in IE8 */
|
/* fix background of navigation popup in IE8 */
|
||||||
.ie8 #navigation,
|
.ie8 #navigation,
|
||||||
.ie8 #expanddiv {
|
.ie8 #expanddiv {
|
||||||
|
|
|
@ -335,8 +335,8 @@ body {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 15px;
|
left: 15px;
|
||||||
top: -21px;
|
top: -23px;
|
||||||
width: 252px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tipsy for the strengthify wrapper looks better with following font settings */
|
/* tipsy for the strengthify wrapper looks better with following font settings */
|
||||||
|
|
|
@ -109,7 +109,8 @@ $(document).ready(function() {
|
||||||
t('core', 'So-so password'),
|
t('core', 'So-so password'),
|
||||||
t('core', 'Good password'),
|
t('core', 'Good password'),
|
||||||
t('core', 'Strong password')
|
t('core', 'Strong password')
|
||||||
]
|
],
|
||||||
|
drawTitles: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
// centers the database chooser if it is too wide
|
// centers the database chooser if it is too wide
|
||||||
|
|
|
@ -52,7 +52,6 @@ script('core', [
|
||||||
<label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label>
|
<label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label>
|
||||||
<input type="checkbox" id="show" name="show">
|
<input type="checkbox" id="show" name="show">
|
||||||
<label for="show" class="svg"></label>
|
<label for="show" class="svg"></label>
|
||||||
<div class="strengthify-wrapper"></div>
|
|
||||||
</p>
|
</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue