字体修复

This commit is contained in:
kaizheng 2013-09-02 13:07:23 +08:00
parent c4df893eab
commit f077fd397b
7 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
<!-- added by fq --> <!-- added by fq -->
<table width="660px" border="0" align="center"> <table width="660px" border="0" align="center">
<tr> <tr>
<td class="font_lighter" style="font-size: 18px;"><%=l(:label_user_response)%></td> <td class="font_lighter" style="font-size: 15px;"><%=l(:label_user_response)%></td>
</tr></table> </tr></table>

View File

@ -1,7 +1,7 @@
<!-- fq --> <!-- fq -->
<%= render_flash_messages %> <%= render_flash_messages %>
<table width="1000px" border="0" style="padding-left: 15px"> <table width="1000px" border="0" style="padding-left: 15px">
<td class="font_lighter" style="font-size: 18px;"><%= l(:label_bidding_project) %>(<%= @bidding_project.count%>)</td> <td class="font_lighter" style="font-size: 15px;"><%= l(:label_bidding_project) %>(<%= @bidding_project.count%>)</td>
<% if User.current.logged? %> <% if User.current.logged? %>
<td> <td>
<div class='icon icon-add'> <div class='icon icon-add'>

View File

@ -31,7 +31,7 @@
<tr> <tr>
<td></td> <td></td>
</tr> </tr>
<tr><td style="font-size: 15px; color: rgb(0,0,0);"><%= @bid.description %></td></tr> <tr><td style="font-size: 13px; color: rgb(0,0,0);"><%= @bid.description %></td></tr>
</table> </table>
</div> </div>

View File

@ -34,7 +34,7 @@
<td><%= link_to image_tag(url_to_avatar(@project), :class => 'avatar2') %></td> <td><%= link_to image_tag(url_to_avatar(@project), :class => 'avatar2') %></td>
<td align="center"> <td align="center">
<div class="info_font" style=" word-wrap: break-word; word-break: break-all"> <div class="info_font" style=" word-wrap: break-word; word-break: break-all">
<%= textilizable @project.name %> <%= @project.name %>
</div> </div>
<div> <div>
<% unless User.current.member_of? @project %> <% unless User.current.member_of? @project %>

View File

@ -494,7 +494,7 @@ zh:
label_requirement: 需求 label_requirement: 需求
label_requirement_focus: 关注需求 label_requirement_focus: 关注需求
label_developer: 用户 label_developer: 用户
label_investor: 投资人 label_investor: 投资人
label_theme: 主题 label_theme: 主题
label_logged_as_new: 当前用户 label_logged_as_new: 当前用户
button_register: 注册 button_register: 注册

View File

@ -4,7 +4,7 @@ body { font-family:'微软雅黑', Verdana, sans-serif; font-size: 13px; color:#
h1, h2, h3, h4 {font-family: '微软雅黑', "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;} h1, h2, h3, h4 {font-family: '微软雅黑', "Trebuchet MS", Verdana, sans-serif;padding: 2px 10px 1px 0px;margin: 0 0 10px 0;}
#content h1, h2, h3, h4 {color: #555;} #content h1, h2, h3, h4 {color: #555;}
h2, .wiki h1 {font-size: 20px;} h2, .wiki h1 {font-size: 20px;}
h3, .wiki h2 {font-size: 16px;} h3, .wiki h2 {font-size: 15px;}
h4, .wiki h3 {font-size: 13px;} h4, .wiki h3 {font-size: 13px;}
h4 {border-bottom: 1px dotted #bbb;} h4 {border-bottom: 1px dotted #bbb;}
@ -1571,7 +1571,7 @@ button.tab-right {
#content .tabs_new {height: 2.6em; margin-bottom:1.2em; margin-top: 0.8em; position:relative; overflow:hidden;} #content .tabs_new {height: 2.6em; margin-bottom:1.2em; margin-top: 0.8em; position:relative; overflow:hidden;}
#content .tabs_new ul {margin:0; position:absolute; bottom:0; padding-left: 0.5em; width: 2000px; border-bottom: 1px solid #15BCCF;font-size:14px;} #content .tabs_new ul {margin:0; position:absolute; bottom:0; padding-left: 0.5em; width: 2000px; border-bottom: 1px solid #15BCCF;font-size:14px;}
#content .tabs_new ul li { #content .tabs_new ul li {
width:77px; /*modified by linchun*/ width:80px; /*modified by linchun*/
float:left; float:left;
list-style-type:none; list-style-type:none;
white-space:nowrap; white-space:nowrap;
@ -1582,7 +1582,7 @@ button.tab-right {
} }
#content .tabs_new ul li a{ #content .tabs_new ul li a{
display:block; display:block;
font-size: 14px; font-size: 15px;
text-decoration:none; text-decoration:none;
line-height:1.2em; line-height:1.2em;
padding-top: 6px; padding-top: 6px;

View File

@ -935,7 +935,7 @@ hr
} }
p p
{ {
font-size: small font-size: 13px
} }
/*end*/ /*end*/
div.issue div.issue
@ -1563,7 +1563,7 @@ div.autoscroll li.id a {
div.autoscroll li.subject { div.autoscroll li.subject {
margin:0px 60px 0px 0px; margin:0px 60px 0px 0px;
font-size: small; font-size: 13px;
line-height: 1.3; line-height: 1.3;
word-wrap: break-word; word-wrap: break-word;
} }
@ -1602,7 +1602,7 @@ div.issue-list-description {
color: rgb(72, 72, 72); color: rgb(72, 72, 72);
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
font-size: small; font-size: 13px; /*modify by men*/
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
} }