mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
Added some style to email fields
This commit is contained in:
parent
a0ca4c8583
commit
36d810a420
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ a#forgot-password-link {clear: left; float: left; }
|
|||
.btn-primary {margin-bottom: 10px; font-size: 15; float: left;}
|
||||
|
||||
.create-account .modal-body {
|
||||
input[type=text], input[type=password] {
|
||||
input[type=text], input[type=email], input[type=password] {
|
||||
display: inline-block;
|
||||
}
|
||||
tr.input {
|
||||
|
|
Loading…
Reference in a new issue