From 9a5f04cefd93d72170be8a96ef8aabd931ab5edd Mon Sep 17 00:00:00 2001 From: James Espinosa Date: Sun, 24 Nov 2013 20:48:07 -0600 Subject: [PATCH] Update button, for consistency --- app/assets/stylesheets/main.css.erb | 2 +- app/views/sessions/new.html.erb | 2 +- app/views/users/forgot_password.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/main.css.erb b/app/assets/stylesheets/main.css.erb index 2296075..a46df97 100755 --- a/app/assets/stylesheets/main.css.erb +++ b/app/assets/stylesheets/main.css.erb @@ -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 { diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 111f896..a1fa5a0 100755 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -22,7 +22,7 @@
- <%= 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"} %>
diff --git a/app/views/users/forgot_password.html.erb b/app/views/users/forgot_password.html.erb index cd4616d..6e7408a 100644 --- a/app/views/users/forgot_password.html.erb +++ b/app/views/users/forgot_password.html.erb @@ -19,7 +19,7 @@
- <%= submit_tag "Send Forgot Password Email", {:class => "btn btn-warning btn-small"} %> + <%= submit_tag "Send Forgot Password Email", {:class => "btn btn-danger btn-large"} %>