Merge pull request #8606 from nextcloud/strengthify-unification

Unify look of the strengthify password hint
This commit is contained in:
Roeland Jago Douma 2018-03-02 15:05:04 +01:00 committed by GitHub
commit ed239d72dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 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

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