Password generator fixes

This commit is contained in:
varjolintu 2018-04-02 13:43:18 +03:00
parent 7d631b5f94
commit 89ef01c95a

View file

@ -60,7 +60,7 @@ input.genpw-text {
font-size: inherit !important;
background-color: #eee;
border: 1px solid #ccc;
padding: .4em;
padding: .2em;
border-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
@ -102,6 +102,10 @@ input.genpw-text {
margin-right: 5px;
}
#cip-genpw-quality {
text-align: center;
}
.b2c-modal-backdrop {
position: fixed;
top: 0;