improve password widget styling (#24924)

This commit is contained in:
Benjamin Dauvergne 2018-07-26 16:15:43 +02:00
parent c8cd92d9d8
commit 94dc643be9
1 changed files with 21 additions and 1 deletions

View File

@ -919,7 +919,7 @@ div.password-reset-form, div#registration_complete {
}
span.helptext {
font-size: 0.8em;
font-size: 0.7em;
}
div#cgu {
@ -1007,6 +1007,26 @@ div#nav {
-moz-animation: mouse-wheel 0.6s linear infinite;
}
/* a2 password widgets */
.helptext.a2-password-ok {
background: #d5eee0;
padding: 1ex;
border-radius: 5px;
margin-top: 1ex;
position: relative;
::before {
content: "";
display: block;
width: 1.6ex;
height: 1.6ex;
background: #d5eee0;
position: absolute;
top: -0.8ex;
transform: rotate(45deg);
left: 2ex;
}
}
@-webkit-keyframes mouse-wheel {
0% {
opacity: 1;