Unify look of the strengthify password hint
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
0f3ba9444e
commit
8d9c6f0e02
3 changed files with 17 additions and 7 deletions
|
@ -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;
|
||||
|
|
|
@ -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'] {
|
||||
|
|
|
@ -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*/
|
||||
|
|
Loading…
Reference in a new issue