forked from jacknudt/trustieforge
conflict
This commit is contained in:
commit
0e3dcf88ff
|
@ -23,8 +23,8 @@
|
|||
</span>
|
||||
</div>
|
||||
<%= result.description %>
|
||||
<div class="c9"> 所属分类:<%=result_come_from result%> </div>
|
||||
<span class="gray">
|
||||
<div class="c9 gray-color"> 所属分类:<%=result_come_from result%> </div>
|
||||
<span class="gray blue-color">
|
||||
下载:<%= result.downloads%>|
|
||||
大小:<%= number_to_human_size(result.filesize) %>|
|
||||
共享者:<a class="gray" ><%= link_to result.author%></a>|
|
||||
|
@ -35,7 +35,7 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div style="height: 20px; width: 100%;"></div>
|
||||
<% end %>
|
||||
<div class="pagination"><%= pagination_links_full @obj_pages, @obj_count, :per_page_links => false %></div>
|
||||
<script type='text/javascript'>
|
||||
|
@ -78,4 +78,4 @@
|
|||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
|
@ -427,6 +427,12 @@ table.content-text-list tbody tr td.locked, div.memo-section .locked{
|
|||
text-overflow: ellipsis;
|
||||
max-width: 247px;
|
||||
}
|
||||
.blue-color, .blue-color a{
|
||||
color: rgb(109,153,178);
|
||||
}
|
||||
.gray-color, .gray-color a{
|
||||
color: rgb(153,153,153);
|
||||
}
|
||||
#top_field {
|
||||
max-width: 100%;
|
||||
margin: 20px auto;
|
||||
|
@ -487,4 +493,5 @@ input.blueinputbar:focus {
|
|||
.r1 .cb {
|
||||
font-size: 16px;
|
||||
color: #3333cc;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue