Skip to content

Commit

Permalink
Update button, for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesejr committed Nov 25, 2013
1 parent a9fad69 commit 9a5f04c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/main.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4616,7 +4616,7 @@ button.close {
.signup .signup-wrapper .actions {
padding: 10px; }
.signup .signup-wrapper .actions a {
color: #b3b3b3; }
color: #ffffff; }
.signup .signup-wrapper .checkbox {
visibility: hidden; }
.signup .signup-wrapper .checkbox-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion app/views/sessions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>

<div class="actions">
<%= link_to "Forgot Password", forgot_password_path, {:class => "btn btn-warning btn-small"} %>
<%= link_to "Forgot Password", forgot_password_path, {:class => "btn btn-danger btn-large"} %>
<%= submit_tag "Login", {:class => "btn btn-info btn-large pull-right"} %>
</div>

Expand Down
2 changes: 1 addition & 1 deletion app/views/users/forgot_password.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>

<div class="actions">
<%= submit_tag "Send Forgot Password Email", {:class => "btn btn-warning btn-small"} %>
<%= submit_tag "Send Forgot Password Email", {:class => "btn btn-danger btn-large"} %>
</div>

<div class="clearfix"></div>
Expand Down

0 comments on commit 9a5f04c

Please sign in to comment.