Fixed forms width on Chrome

This commit is contained in:
Marcin Kurczewski 2014-09-17 09:38:26 +02:00
parent 8176184b51
commit eafc47bfb3
3 changed files with 7 additions and 0 deletions

View file

@ -2,6 +2,7 @@
display: table;
margin: 0 auto;
text-align: left !important;
width: 30em;
}
.form-row {

View file

@ -1,3 +1,6 @@
#login-form p {
text-align: center;
}
#login-form form {
width: 22.5em;
}

View file

@ -1,3 +1,6 @@
#registration-form p {
text-align: center;
}
#registration-form form {
width: 25em;
}