修改邮件居中样式及提示
This commit is contained in:
parent
77bf3be20d
commit
96b2627fda
|
@ -338,6 +338,7 @@ class ProjectsController < ApplicationController
|
|||
email = params[:mail]
|
||||
Mailer.send_invite_in_project(email, @project, User.current).deliver
|
||||
@is_zhuce =false
|
||||
flash[:notice] = l(:notice_successful_update)
|
||||
else
|
||||
@is_zhuce = true
|
||||
end
|
||||
|
|
|
@ -101,7 +101,7 @@ a:hover.more{ color:#64bdd9;}
|
|||
.box_close:hover{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
|
||||
/*邮件邀请*/
|
||||
.box_main{ width:345px; margin:0 auto;padding-left:40px;}
|
||||
.box_h3{ color:#15bccf; text-align:center; font-size:16px;}
|
||||
.box_h3{ color:#15bccf; text-align:center; font-size:16px;margin-right:40px;}
|
||||
.box_p{ color:#404040; margin-bottom:5px;}
|
||||
.fb_item{ color:#919191; border:1px solid #919191; height:28px; margin-bottom:10px; padding-left:5px; width:290px;}
|
||||
.icon_addm{ background:url(../images/img_floatbox.png) 0 -33px no-repeat; width:16px; height:16px; display:block; margin:5px 0 0 5px;}
|
||||
|
|
Loading…
Reference in New Issue