diff --git a/app/views/account/lost_password.html.erb b/app/views/account/lost_password.html.erb index 9881dd186..5bf93fd14 100644 --- a/app/views/account/lost_password.html.erb +++ b/app/views/account/lost_password.html.erb @@ -9,7 +9,7 @@ <%= text_field_tag 'mail', nil, :size => 40, :placeholder => '请输入注册邮箱',:class=>'NomalInput mb20'%> <% if flash[:error] %> -

<%= flash[:error]%>

+

<%= flash[:error]%>

<% elsif flash[:notice] %>

<%= flash[:notice]%>

diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css index 4c2c3584c..fc0b908a4 100644 --- a/public/stylesheets/new_user.css +++ b/public/stylesheets/new_user.css @@ -88,6 +88,7 @@ h4{ font-size:14px; color:#3b3b3b;} .mr30{ margin-right:30px !important;} .mr40{ margin-right:40px !important;} .mw20{ margin: 0 20px;} +.mt-20 {margin-top:-20px;} .mt-4 {margin-top: -4px;} .mt3{ margin-top:3px;} .mt5{ margin-top:5px;}