From 8b77079f4432550227ad82ea43625c045d7e575e Mon Sep 17 00:00:00 2001 From: huang Date: Wed, 22 Apr 2015 00:55:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=BC=80=E3=80=82=E7=A7=81=E6=9C=89?= =?UTF-8?q?=E6=A0=87=E8=AF=86=E5=BC=BA=E5=88=B6=E4=B8=8D=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_projects.html.erb | 6 +++--- public/stylesheets/pleft.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb index f3dc61c8a..ed7a5a4dc 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -121,13 +121,13 @@
- - <%= l(:label_project_name) %><%= @project.name %> + + <%= l(:label_project_name) %><%= @project.name %> <% if @project.is_public? %> <%= l(:label_public)%> <% else %> <%= l(:label_private)%> - <% end %> + <% end %>
diff --git a/public/stylesheets/pleft.css b/public/stylesheets/pleft.css index a64d3671f..baca16c9c 100644 --- a/public/stylesheets/pleft.css +++ b/public/stylesheets/pleft.css @@ -24,7 +24,7 @@ a:hover.pr_join_a{ background:#41a8c8;} .pr_info_score{ font-size:14px; color:#3e4040; } .pr_info_score a{ color:#ff7143;} .pr_info_score a:hover{ color:#64bdd9;} -.img_private{ background:url(../images/new_project/img_project.png) 0 0 no-repeat; width:33px; height:16px; color:#fff; font-size:12px; padding-left:7px; } +.img_private{ background:url(../images/new_project/img_project.png) 0 0 no-repeat; width:33px; height:16px; color:#fff; font-size:12px; padding-left:7px;white-space:nowrap;} .info_foot_num{ color:#3ca5c6; } .pr_info_foot{ color:#7f7f7f; margin-top:5px; } .info_foot_num:hover{ color:#2390b2;}