修改新建项目的显示样式
This commit is contained in:
parent
7d87915413
commit
7340ef793c
|
@ -11,7 +11,7 @@
|
|||
<a class="problem_pic fl"><%= image_tag(url_to_avatar(e.user), :width => "42", :height => "42") %></a>
|
||||
<div class="problem_txt fl mt5 break_word">
|
||||
<%= link_to e.user, user_path(e.user), :class => "problem_name c_orange fl" %> <span class="fl"> <%= l(:label_project_create) %> :</span>
|
||||
<%= link_to e.project.name, :class => "problem_tit fl fb" %></a><br />
|
||||
<%= link_to (e.project.name),"", :class => "problem_tit fl fb" %></a><br />
|
||||
<p class="mt5"><br /> <%= l :label_create_time %> :<%= format_time(e.project.created_on) %></p>
|
||||
</div>
|
||||
<div class="cl"></div>
|
||||
|
|
|
@ -470,16 +470,8 @@ img.ui-datepicker-trigger {
|
|||
.wiki_page_con{ border-bottom:1px dashed #CCC; margin-bottom:10px; padding-bottom:10px;}
|
||||
#wiki_new_box{ display:none;}
|
||||
/*wiki显示附加*/
|
||||
.wiki-page {
|
||||
font-size: 14px;
|
||||
color: #09658C !important;
|
||||
font-weight: bold;
|
||||
width: 630px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.wiki-page {font-size: 14px;color: #09658C !important; font-weight: bold;width: 630px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 10px;}
|
||||
.wiki_con_tit{font-size: 14px;color: #09658C !important; font-weight: bold;width: 630px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 10px;}
|
||||
/*.author{*/
|
||||
/*color: #FF5722;*/
|
||||
/*margin-left:20px;*/
|
||||
|
|
Loading…
Reference in New Issue