diff --git a/client/stylesheets/scss/navigation.scss b/client/stylesheets/scss/navigation.scss index 96e4dc5..0b4a6a1 100644 --- a/client/stylesheets/scss/navigation.scss +++ b/client/stylesheets/scss/navigation.scss @@ -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; + } } \ No newline at end of file diff --git a/client/views/authentication/change_password.html b/client/views/authentication/change_password.html index 7c93c43..92f7f65 100755 --- a/client/views/authentication/change_password.html +++ b/client/views/authentication/change_password.html @@ -1,7 +1,7 @@