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
parent
commit
8d9c6f0e02
No known key found for this signature in database GPG Key ID: FB5ACEED51955BF8
  1. 9
      core/css/guest.css
  2. 9
      core/css/styles.scss
  3. 6
      settings/css/settings.scss

9
core/css/guest.css

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

9
core/css/styles.scss

@ -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'] {

6
settings/css/settings.scss

@ -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…
Cancel
Save