fc9787ed64
* add password icon * fix upshifted arrow button - fixes #9024
24 lines
280 B
CSS
24 lines
280 B
CSS
#password {
|
|
width: 190px !important;
|
|
padding: 10px;
|
|
margin: 6px;
|
|
}
|
|
|
|
input[type='submit'] {
|
|
width: 45px;
|
|
height: 45px;
|
|
margin: 6px;
|
|
}
|
|
|
|
#body-login input[type='submit'] {
|
|
position: absolute;
|
|
top: 0px;
|
|
}
|
|
|
|
fieldset > p {
|
|
position: relative;
|
|
}
|
|
|
|
#password-icon {
|
|
top: 20px;
|
|
}
|