diff --git a/app/views/stores/search.html.erb b/app/views/stores/search.html.erb index 355a87052..372bf0c1b 100644 --- a/app/views/stores/search.html.erb +++ b/app/views/stores/search.html.erb @@ -14,14 +14,14 @@
- <%= result.filename %> + <%= result.filename %> <%= link_to_attachment result, {:text => "下载"}%>
<%= result.description %> -
所属分类:<%=result_come_from result%> +
所属分类:<%=result_come_from result%> 上传时间:<%= format_time(result.created_on) %>
- 下载:<%= result.downloads%> + 下载:<%= result.downloads%> | 大小:<%= number_to_human_size(result.filesize) %> | 共享者:<%= link_to result.author%>
@@ -29,6 +29,6 @@ - +
<% end %> diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css index fb4511d47..f1ea5d649 100644 --- a/public/stylesheets/nyan.css +++ b/public/stylesheets/nyan.css @@ -417,6 +417,13 @@ 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;