Unify look of the strengthify password hint

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-03-01 17:09:22 +01:00
parent 0f3ba9444e
commit 8d9c6f0e02
No known key found for this signature in database
GPG key ID: FB5ACEED51955BF8
3 changed files with 17 additions and 7 deletions

View file

@ -292,9 +292,12 @@ label.infield {
.strengthify-wrapper {
display: inline-block;
position: relative;
left: 15px;
top: -23px;
width: 250px;
left: 5px;
top: -20px;
width: 269px;
border-radius: 0 0 2px 2px;
overflow: hidden;
height: 3px;
}
.tooltip-inner {
font-weight: bold;

View file

@ -448,9 +448,12 @@ body {
.strengthify-wrapper {
display: inline-block;
position: relative;
left: 15px;
top: -23px;
width: 250px;
left: 5px;
top: -20px;
width: 269px;
border-radius: 0 0 2px 2px;
overflow: hidden;
height: 3px;
}
input {
&[type='text'], &[type='password'], &[type='email'] {

View file

@ -1153,8 +1153,12 @@ span {
#passwordform .strengthify-wrapper {
position: absolute;
left: 0;
width: 130px;
width: calc(100% - 2px);
border-radius: 0 0 2px 2px;
margin-top: -6px;
margin-left: 1px;
overflow: hidden;
height: 3px;
}
/* OPERA hack for strengthify*/