Added some style to email fields

This commit is contained in:
Ionut Staicu 2014-07-14 09:50:13 +03:00
parent a0ca4c8583
commit 36d810a420
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ a#forgot-password-link {clear: left; float: left; }
.btn-primary {margin-bottom: 10px; font-size: 15; float: left;} .btn-primary {margin-bottom: 10px; font-size: 15; float: left;}
.create-account .modal-body { .create-account .modal-body {
input[type=text], input[type=password] { input[type=text], input[type=email], input[type=password] {
display: inline-block; display: inline-block;
} }
tr.input { tr.input {