mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
ba8a9a9cd2
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
17 lines
190 B
CSS
17 lines
190 B
CSS
#password {
|
|
padding: 10px;
|
|
margin: 6px;
|
|
}
|
|
|
|
input[type='submit'] {
|
|
width: 45px;
|
|
height: 45px;
|
|
margin: 6px;
|
|
}
|
|
|
|
fieldset > p {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|