From 144f4ff3598ca729ae6907429699c03e37f49fa3 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 12 Nov 2012 15:05:53 +0100 Subject: [PATCH] Improved password reset style. --- .../javascripts/app/views/reset_password.jst.eco | 16 ++++++---------- app/assets/stylesheets/zzz.css | 6 ++++++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/app/assets/javascripts/app/views/reset_password.jst.eco b/app/assets/javascripts/app/views/reset_password.jst.eco index 67f7bf5ce..06fc0ad15 100644 --- a/app/assets/javascripts/app/views/reset_password.jst.eco +++ b/app/assets/javascripts/app/views/reset_password.jst.eco @@ -1,18 +1,14 @@
<% if @sent: %>

<%- @T('We\'ve sent password reset instructions to your email address.') %>

-
-

<%- @T('If you don\'t receive instructions within a minute or two, check your email\'s spam and junk filters, or try resending your request.') %>

- » <%- @T('again') %> « -
+

<%- @T('If you don\'t receive instructions within a minute or two, check your email\'s spam and junk filters, or try resending your request.') %>

+ » <%- @T('again') %> « <% end %>

<%- @T( 'Forgot your password?' ) %>

-
-
- <%- @T( 'Cancel' ) %> - -
-
+
+ <%- @T( 'Cancel' ) %> + +
\ No newline at end of file diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css index 11ed1b4da..bb0cc0740 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -131,6 +131,12 @@ h4 { /* * */ +.hero-unit p { + font-size: 16px; + font-weight: 200; + line-height: 22px; +} + .hero-unit .small { font-size: 12px; line-height: 20px;