From 216bc570043f91e87c1e3cab6bbf4b8f1b181af1 Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 17 Mar 2015 17:21:49 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=BF=9B=E5=85=A5=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=AD=90=E8=AE=A8=E8=AE=BA=E5=8C=BA=E4=B9=8B=E5=90=8E=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=202=E3=80=81=E4=BF=AE=E6=94=B9=E7=81=AB?= =?UTF-8?q?=E7=8B=90=E6=B5=8F=E8=A7=88=E5=99=A8=E2=80=9C=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E2=80=9D=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/messages/_project_show.html.erb | 3 +++ public/stylesheets/application.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/messages/_project_show.html.erb b/app/views/messages/_project_show.html.erb index b0a593180..01465188c 100644 --- a/app/views/messages/_project_show.html.erb +++ b/app/views/messages/_project_show.html.erb @@ -57,6 +57,9 @@
+
+

<%= h @board.name %>

+
<%= render :partial => "/praise_tread/praise_tread",:locals => {:obj => @topic,:show_flag => true,:user_id =>User.current.id,:horizontal => true}%> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index a8f5c5853..6d50d8bd2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -70,13 +70,13 @@ a:hover.subnav_green{ background:#14ad5a;} /*简介*/ .project_intro{ width:220px; padding:10px; background:#fff; padding-top:5px; color:#6d6d6d;} -.course_description{max-height: 105px;overflow:hidden;} +.course_description{max-height: 110px;overflow:hidden;} .course_description_none{max-height: none;} .lg-foot{ border:1px solid #e8eef2; color: #929598; text-align:center; width:220px; height:23px; cursor:pointer;} .lg-foot:hover{ color:#787b7e;} /*右侧内容--动态*/ /*右侧内容--动态*/ -.project_r_h{ width:670px; height:40px; background:#eaeaea; margin-bottom:10px;} +.project_r_h{height:40px; background:#eaeaea; margin-bottom:10px;} .project_h2{ background:#64bdd9; color:#fff; height:33px; width:90px; text-align:center; font-weight:normal; padding-top:7px; font-size:16px;} .project_r_box{ border:1px solid #e2e1e1; width:670px; margin-top:10px;} .project_h3 { color:#646464; font-size:14px; padding:0 10px; border-bottom:1px solid #e2e1e1;}