fixed css selectors

This commit is contained in:
Devaev Maxim
2019-11-09 03:11:22 +03:00
parent fa40676136
commit 67bc2b0e08
6 changed files with 45 additions and 19 deletions

View File

@@ -42,6 +42,7 @@ div#login {
padding: 15px;
}
input[type="text"]#user-input, input[type="password"]#passwd-input {
input[type="text"]#user-input,
input[type="password"]#passwd-input {
text-align: center;
}