mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
23 lines
254 B
CSS
23 lines
254 B
CSS
#password {
|
|
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;
|
|
}
|