From d71efeac48eeb143acb56ebaa7d052f507eab6a4 Mon Sep 17 00:00:00 2001 From: zhangyang Date: Sun, 4 Aug 2013 09:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=A1=B9=E7=9B=AE=E5=86=85?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=87=E9=A2=98=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/base_projects.html.erb | 4 ++-- app/views/messages/_form.html.erb | 2 +- public/themes/redpenny-master/stylesheets/application.css | 2 +- 3 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 46c5fc38b..23712282b 100644 --- a/app/views/layouts/base_projects.html.erb +++ b/app/views/layouts/base_projects.html.erb @@ -64,8 +64,8 @@ <%= link_to('成员 ', {:controller => 'projects', :action => 'member'}, :class => 'project_infor_tag') %> - <%= link_to('缺陷: ',project_issues_path(@project), :class => 'project_infor_tag') %> - <%= link_to('文件: ', project_files_path(@project), :class => 'project_infor_tag') %> + <%= link_to('缺陷 ',project_issues_path(@project), :class => 'project_infor_tag') %> + <%= link_to('文件 ', project_files_path(@project), :class => 'project_infor_tag') %>
diff --git a/app/views/messages/_form.html.erb b/app/views/messages/_form.html.erb index 91a4551d4..a3b51dfd0 100644 --- a/app/views/messages/_form.html.erb +++ b/app/views/messages/_form.html.erb @@ -4,7 +4,7 @@


-<%= f.text_field :subject, :size => 90, :id => "message_subject" %> +<%= f.text_field :subject, :style => "width:658px;", :id => "message_subject" %> <% unless replying %> <% if @message.safe_attribute? 'sticky' %> diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index f2a8160f5..e194883a1 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -717,7 +717,7 @@ table.list thead th { border:none; border-bottom:1px solid #999; - font-size:9px; + font-size:12px;/*by young*/ font-weight:400; padding:0 3px 3px; text-transform:uppercase