修正项目内列表标题字体大小

This commit is contained in:
zhangyang 2013-08-04 09:12:51 +08:00
parent c500c8d9e7
commit d71efeac48
3 changed files with 4 additions and 4 deletions

View File

@ -64,8 +64,8 @@
<tr>
<td align="center" width="80px"><strong><%= link_to('成员 ', {:controller => 'projects', :action => 'member'}, :class => 'project_infor_tag') %></strong></td>
<td align="center" width="80px"><strong><%= link_to('缺陷: ',project_issues_path(@project), :class => 'project_infor_tag') %></strong></td>
<td align="center" width="80px"><strong><%= link_to('文件: ', project_files_path(@project), :class => 'project_infor_tag') %></strong></td>
<td align="center" width="80px"><strong><%= link_to('缺陷 ',project_issues_path(@project), :class => 'project_infor_tag') %></strong></td>
<td align="center" width="80px"><strong><%= link_to('文件 ', project_files_path(@project), :class => 'project_infor_tag') %></strong></td>
</tr>
</table>
<div class="user_underline"></div>

View File

@ -4,7 +4,7 @@
<div class="box">
<!--[form:message]-->
<p><label for="message_subject"><%= l(:field_subject) %></label><br />
<%= f.text_field :subject, :size => 90, :id => "message_subject" %><!--by young-->
<%= f.text_field :subject, :style => "width:658px;", :id => "message_subject" %><!--by young-->
<% unless replying %>
<% if @message.safe_attribute? 'sticky' %>

View File

@ -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