wiki页面调整
This commit is contained in:
parent
0ea683e1b4
commit
fbcd9f9a96
|
@ -53,7 +53,7 @@
|
|||
<% end %>
|
||||
<% if options[:author] %>
|
||||
<span class="author" title="<%= attachment.author%>">
|
||||
<%= link_to h(truncate(attachment.author.name, length: 10, omission: '...')),user_path(attachment.author) %>,
|
||||
<%= link_to h(truncate(attachment.author.name, length: 10, omission: '...')),user_path(attachment.author),:class => "c_orange ml20" %>,
|
||||
<%= format_time(attachment.created_on) %>
|
||||
</span>
|
||||
<% end %>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
<% end %>
|
||||
<div class="cl"></div>
|
||||
<%= render(:partial => "wiki/content", :locals => {:content => @content}) %>
|
||||
<%= link_to_attachment_project @page, :author => false %>
|
||||
<%= link_to_attachment_project @page, :author => true %>
|
||||
<!--<a href="javascript:void(0)" class=" c_orange fl ml20 fl">zhang<span class="c_grey"> 2014-08-04 10:09</span></a>-->
|
||||
</div>
|
||||
<!--wiki new-->
|
||||
|
|
|
@ -466,6 +466,21 @@ img.ui-datepicker-trigger {
|
|||
.wiki_con_box{ line-height:1.9; color:#2d2d2d;}
|
||||
.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;
|
||||
}
|
||||
/*.author{*/
|
||||
/*color: #FF5722;*/
|
||||
/*margin-left:20px;*/
|
||||
/*}*/
|
||||
|
||||
/*里程碑进度条*/
|
||||
table.progress {
|
||||
|
@ -501,3 +516,4 @@ a.atom { background: url(../images/feed.png) no-repeat 1px 50%; padding: 2px 0px
|
|||
p.other-formats { text-align: right; font-size:0.9em; color: #666; }
|
||||
.other-formats span + span:before { content: "| "; }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue