From f036b322b95de5ca37a94bb4edc85254267f8d22 Mon Sep 17 00:00:00 2001 From: suntao <719450423@qq.com> Date: Wed, 2 Sep 2015 09:05:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8F=90=E7=A4=BA=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/account/lost_password.html.erb | 2 +- public/stylesheets/new_user.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;}