aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/js/signup.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/js/signup.jsx')
-rw-r--r--cmd/web/js/signup.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/web/js/signup.jsx b/cmd/web/js/signup.jsx
index 149125a..404a828 100644
--- a/cmd/web/js/signup.jsx
+++ b/cmd/web/js/signup.jsx
@@ -40,8 +40,8 @@ module.exports.SignupForm = React.createClass({
40 render: function() { 40 render: function() {
41 var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk}); 41 var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk});
42 return ( 42 return (
43 <div className='row justify-content-center sign-in'> 43 <div className='row sign-in'>
44 <div className='col-lg-offset-4 col-lg-4 col-md-offset-4 col-md-4 col-sm-offset-4 col-sm-4 col-xs-offset-1 col-xs-10'> 44 <div className='offset-4 col-4 col-xs-offset-1 col-xs-10 text-center'>
45 <form role='form' onSubmit={this.handleSubmit}> 45 <form role='form' onSubmit={this.handleSubmit}>
46 <input className='form-control' type='email' placeholder='email' onChange={this.handleEmailChange} /> 46 <input className='form-control' type='email' placeholder='email' onChange={this.handleEmailChange} />
47 <input className='form-control' type='password' placeholder='password' onChange={this.handlePasswordChange} /> 47 <input className='form-control' type='password' placeholder='password' onChange={this.handlePasswordChange} />