Browse Source
Unify look of the strengthify password hint
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/8606/head
John Molakvoæ (skjnldsv)
8 years ago
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
3 changed files with
17 additions and
7 deletions
-
core/css/guest.css
-
core/css/styles.scss
-
settings/css/settings.scss
|
|
|
@ -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*/ |
|
|
|
|