diff --git a/app/views/stores/search.html.erb b/app/views/stores/search.html.erb
index 7372cc451..6753c446e 100644
--- a/app/views/stores/search.html.erb
+++ b/app/views/stores/search.html.erb
@@ -23,8 +23,8 @@
<%= result.description %>
-
所属分类:<%=result_come_from result%>
-
+ 所属分类:<%=result_come_from result%>
+
下载:<%= result.downloads%>|
大小:<%= number_to_human_size(result.filesize) %>|
共享者:<%= link_to result.author%>|
@@ -35,7 +35,7 @@
-
+
<% end %>
\ No newline at end of file
+
diff --git a/public/images/button/dl.png b/public/images/button/dl.png
new file mode 100644
index 000000000..43b6ca486
Binary files /dev/null and b/public/images/button/dl.png differ
diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css
index 83e2cd9e5..a2a079bac 100644
--- a/public/stylesheets/nyan.css
+++ b/public/stylesheets/nyan.css
@@ -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;
-}
\ No newline at end of file
+}
+