修改“如何提交代码”为“查看如何提交代码”

修改导航栏的边角,变圆润
This commit is contained in:
baiyu 2013-08-27 20:43:30 +08:00
parent 4729c68933
commit cd29cd588e
3 changed files with 15 additions and 7 deletions

View File

@ -76,9 +76,9 @@
<% end %> <% end %>
<% end %> <% end %>
<!-- added by bai -->
<strong><span style="color: #068D9C;"><%= l(:label_how_commit_code) %></span></strong>&nbsp;<%= link_to(l(:label_how_commit_code_chinese), ch_usage_path, :class => "usage")%>&nbsp;|&nbsp;<%= link_to('English', en_usage_path, :class => "usage")%> <strong><span style="color: #099;"><%= l(:label_how_commit_code) %></span></strong>&nbsp;<%= link_to(l(:label_how_commit_code_chinese), ch_usage_path, :class => "usage")%>&nbsp;|&nbsp;<%= link_to('English', en_usage_path, :class => "usage")%>
<!-- end -->
<% content_for :header_tags do %> <% content_for :header_tags do %>

View File

@ -1272,7 +1272,7 @@ zh:
label_mail_attention: qq邮箱可能收不到此邮件其他邮箱如果没有收到可能在垃圾邮件中 label_mail_attention: qq邮箱可能收不到此邮件其他邮箱如果没有收到可能在垃圾邮件中
label_all_revisions: 所有版本: label_all_revisions: 所有版本:
label_upassword_info: 该密码在项目组内可共享 label_upassword_info: 该密码在项目组内可共享
label_how_commit_code: 如何提交代码: label_how_commit_code: 查看如何提交代码:
label_how_commit_code_chinese: 中文 label_how_commit_code_chinese: 中文
label_welcome_leave_message: 您好!系统目前正在内测,有意见和建议请 label_welcome_leave_message: 您好!系统目前正在内测,有意见和建议请
@ -1345,4 +1345,4 @@ zh:
label_user_all_activity: 所有动态 label_user_all_activity: 所有动态
label_user_activity_myself: 只看自己 label_user_activity_myself: 只看自己
label_user_all_respond: 所有反馈 label_user_all_respond: 所有反馈
label_layouts_feedback: 留言 label_layouts_feedback: 留言

View File

@ -372,7 +372,10 @@ ul.projects li.root
position:relative; position:relative;
padding:0; padding:0;
height:1px; height:1px;
padding-top:0 padding-top:0;
/*by bai*/
border-radius: 5px;/*导航栏边角变圆*/
/*end*/
} }
#top-menu ul #top-menu ul
@ -1698,10 +1701,15 @@ img.avatar3 {
a.bid_path { a.bid_path {
font-size: 14px; font-size: 14px;
} }
/*added by bai*/
a.usage { a.usage {
color: #F63;
color: #F60;
font-weight: bold; font-weight: bold;
} }
/*end*/
a.bid_user { a.bid_user {
font-family:微软雅黑; font-family:微软雅黑;
color:#acaeb1; color:#acaeb1;