mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 23:04:22 -05:00
16 lines
190 B
CSS
16 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;
|
|
}
|