mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix text alignment in input fields
This commit is contained in:
parent
eace692eff
commit
8a6063ff07
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ label.infield {
|
|||
#body-login input {
|
||||
font-size: 20px;
|
||||
margin: 5px;
|
||||
padding: 12px 10px 8px;
|
||||
padding: 11px 10px 9px;
|
||||
}
|
||||
#body-login input[type="text"],
|
||||
#body-login input[type="password"] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue