修正项目内列表标题字体大小
This commit is contained in:
parent
c500c8d9e7
commit
d71efeac48
|
@ -64,8 +64,8 @@
|
||||||
|
|
||||||
<tr>
|
<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('成员 ', {: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_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_files_path(@project), :class => 'project_infor_tag') %></strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div class="user_underline"></div>
|
<div class="user_underline"></div>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<!--[form:message]-->
|
<!--[form:message]-->
|
||||||
<p><label for="message_subject"><%= l(:field_subject) %></label><br />
|
<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 %>
|
<% unless replying %>
|
||||||
<% if @message.safe_attribute? 'sticky' %>
|
<% if @message.safe_attribute? 'sticky' %>
|
||||||
|
|
|
@ -717,7 +717,7 @@ table.list thead th
|
||||||
{
|
{
|
||||||
border:none;
|
border:none;
|
||||||
border-bottom:1px solid #999;
|
border-bottom:1px solid #999;
|
||||||
font-size:9px;
|
font-size:12px;/*by young*/
|
||||||
font-weight:400;
|
font-weight:400;
|
||||||
padding:0 3px 3px;
|
padding:0 3px 3px;
|
||||||
text-transform:uppercase
|
text-transform:uppercase
|
||||||
|
|
Loading…
Reference in New Issue