diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-15 03:33:36 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-15 03:33:36 +0000 |
| commit | a3efcf4365c0ef2470a5e6f1116e2142ce8e780d (patch) | |
| tree | 1eef29e63421c4ef7e7af7a88c77d6f5a6b8298c /views/signup.hbs | |
| parent | a532390f81e35f611fd02ad3d543f4d52217ca3c (diff) | |
Changed signin and signup design
Diffstat (limited to 'views/signup.hbs')
| -rw-r--r-- | views/signup.hbs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/views/signup.hbs b/views/signup.hbs index e7d9c9a..b9cbb86 100644 --- a/views/signup.hbs +++ b/views/signup.hbs @@ -2,7 +2,8 @@ <div class="row" id="solutions-main"> - <div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3"> + <div class="slate signup-page col-sm-4 col-sm-offset-4 col-md-4 col-md-offset-4"> + <div class="container"> {{# if success }} <section class="alert alert-success"> <!-- Change those to banners later --> @@ -27,7 +28,7 @@ - <h3><i class="fa fa-user-plus" aria-hidden="true"></i> Sign Up</h3> + <h3 class="signup"><hr><i class="fa fa-user-plus" aria-hidden="true"></i> Sign Up<hr></h3> <form action="/user/signup" method="post"> <div class="form-group"> <input type="text" class="form-control" placeholder="First Name" name="fname"> @@ -62,8 +63,9 @@ <input type="text" class="form-control" placeholder="Department (optional)" name="dept"> </div> <input type="hidden" name="_csrf" value="{{ csrfToken }}"> - <button class="btn btn-primary">Sign Up</button> + <button class="signup-btn btn-lg btn btn-primary btn-block">Sign Up</button> </form> + </div> </div> </div> |
