Skip to content

Commit

Permalink
[TASK]: Added style for change password form.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasEckhart committed Nov 3, 2015
1 parent a40935f commit 40ad21b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions client/stylesheets/scss/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,10 @@ span.badge.badge-danger.pull-right {

.left-navbar-footer-button {
color: #000000 !important;
}

#change-password-form {
.form-group {
padding: 0 10px 0 10px;
}
}
4 changes: 2 additions & 2 deletions client/views/authentication/change_password.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template name="changePassword">
{{#autoForm schema=changePasswordSchema id="change-password-form" type="method" meteormethod="changeUserPassword"}}
<div class="navbar-content">
<div class="row">
<div id="change-password-form" class="row">
<div class="form-group">
{{> afQuickField name="newPassword" type="password"}}
</div>
Expand All @@ -21,7 +21,7 @@
class="fa fa-hand-o-left"></i></button>
</div>
<div class="col-md-6">
<button type="submit" class="btn btn-primary pull-right">Submit</button>
<button type="submit" class="btn btn-primary pull-right">Change Password</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 40ad21b

Please sign in to comment.