mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #8606 from nextcloud/strengthify-unification
Unify look of the strengthify password hint
This commit is contained in:
commit
ed239d72dc
3 changed files with 16 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'] {
|
||||
|
|
|
|||
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue