<%= form_for('new_form',:url => leave_user_message_path(@user.id),:method => "post") do |f|%>
@@ -40,7 +44,7 @@
+
<%if @jour%>
<% @jour.each do |jour|%>
<%= render :partial => 'user_jours_new', :locals => {:jour => jour} %>
diff --git a/public/javascripts/new_user.js b/public/javascripts/new_user.js
index 42c8a9ddf..100dcb46a 100644
--- a/public/javascripts/new_user.js
+++ b/public/javascripts/new_user.js
@@ -1,7 +1,7 @@
$(function(){
//右侧最小高度 = 左侧高度 - 15px 保证两边高度基本一样,页面美观
- $("#RSide").css("min-height",$("#LSide").height()-15);
- $("#users_setting").css("min-height",$("#LSide").height()-35);
+ $("#RSide").css("min-height",$("#LSide").height()-35);
+ $("#users_setting").css("min-height",$("#LSide").height()-100);
//头像相关
$("#homepage_portrait_image").live("mouseover",function(){
diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css
index 07bfcfdef..5e5c9517b 100644
--- a/public/stylesheets/new_user.css
+++ b/public/stylesheets/new_user.css
@@ -12,6 +12,7 @@ a:hover,a:active{color:#000;}
/*常用*/
/*#RSide{ background:#fff;}*/
#users_setting{clear:both;width:728px;background: #fff;padding: 10px;/*滑动门的宽度*/}
+#RSide{clear:both;width:728px;background: #fff;padding: 10px;/*滑动门的宽度*/}
/*上传图片处理*/
.upload_img img{max-width: 100%;}
blockquote img{max-width: 100%;}
diff --git a/public/stylesheets/users.css b/public/stylesheets/users.css
index eb9309eab..48d73f86a 100644
--- a/public/stylesheets/users.css
+++ b/public/stylesheets/users.css
@@ -24,7 +24,7 @@ a.icon_face{background:url(../images/public_icon.png) 0px -671px no-repeat; dis
a:hover.icon_face{background:url(../images/public_icon.png) -79px -671px no-repeat; }
.inputUsers_message{ border:1px solid #d2d2d2; width:718px; height:48px; color:#666; padding:5px; margin-bottom:5px;}
.inputUsers_message02{ border:1px solid #d2d2d2; width:618px; height:26px; color:#666; padding:5px; margin-bottom:5px; }
-.message_list_box{ background:#f5f5f5; padding:10px;margin-top: 10px;}
+.message_list_box{ background:#f5f5f5; margin-top: 10px;}
.users_pic{ width:46px; height:46px; border:1px solid #e3e3e3;}
.users_pic:hover{ border:1px solid #a5a5a5;}
.users_pic_sub{width:32px; height:32px; border:1px solid #e3e3e3;}