don't clear:left the btn-primary on mobile
This commit is contained in:
parent
bebdd0d290
commit
d1c876fcbc
|
@ -33,7 +33,7 @@ a#new-account-link { white-space:nowrap; }
|
|||
|
||||
a#forgot-password-link {clear: left; float: left; }
|
||||
|
||||
.btn-primary {margin-bottom: 10px; font-size: 15; clear: left; float: left;}
|
||||
.btn-primary {margin-bottom: 10px; font-size: 15; float: left;}
|
||||
|
||||
.create-account .modal-body {
|
||||
input[type=text], input[type=password] {
|
||||
|
|
Loading…
Reference in New Issue