Merge branch 'develop' of https://git.trustie.net/jacknudt/trustieforge into develop
This commit is contained in:
commit
b89484c344
|
@ -10,7 +10,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th ><p class="popup_ziyuan_title"><%= @attachment.filename %><span class="muban_icons_blue ml5">当前版本</span></p></th>
|
<th ><p class="popup_ziyuan_title fl"><%= @attachment.filename %></p><span class="muban_icons_blue ml5">当前版本</span></th>
|
||||||
<th><%= @attachment.downloads %></th>
|
<th><%= @attachment.downloads %></th>
|
||||||
<th><%= @attachment.try(:quotes).to_i %></th>
|
<th><%= @attachment.try(:quotes).to_i %></th>
|
||||||
<th><%= format_time(@attachment.created_on) %></th>
|
<th><%= format_time(@attachment.created_on) %></th>
|
||||||
|
|
|
@ -660,6 +660,3 @@ a:hover.sy_btn_pink{ background: #e64c4c;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sy_class_titbox{margin-bottom:5px; padding-top:10px; }
|
.sy_class_titbox{margin-bottom:5px; padding-top:10px; }
|
||||||
|
|
||||||
/*项目历史版本删除功能*/
|
|
||||||
.popup_ziyuan_title{ display: block; margin-left: 10px; text-align: left;width:360px; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;}
|
|
||||||
|
|
|
@ -1512,3 +1512,6 @@ a.syllabusbox_a_blue{
|
||||||
|
|
||||||
/*20160912问卷调查*/
|
/*20160912问卷调查*/
|
||||||
.dash-block {border:1px dashed #ddd;}
|
.dash-block {border:1px dashed #ddd;}
|
||||||
|
|
||||||
|
/*历史版本删除功能*/
|
||||||
|
.popup_ziyuan_title{ display: block; margin-left: 10px; text-align: left;width:360px; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;}
|
||||||
|
|
Loading…
Reference in New Issue