diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index b4939d98e..9e9feb33c 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -4,11 +4,7 @@
<%= textAreailizable act,:description %>
<%= l :label_activity_time %> :<%= format_activity_day(act.created_on) %> <%= format_time(act.created_on, false) %>
diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css
index 8e44c0de3..32adea2bf 100644
--- a/public/stylesheets/project.css
+++ b/public/stylesheets/project.css
@@ -327,3 +327,14 @@ a:hover.st_add{ color:#ff8e15;}
.label{ width:80px; text-align:right; font-size:14px; display:block; float:left;}
.label02{ width:110px; text-align:right; font-size:14px; display:block; float:left;}
.collapsible{ border-left:none;border-right:none;border-bottom:none; border-top:1px solid #e4e4e4; padding-top:10px; }
+/*问题查询*/
+.icon-checked { background-image: url(../images/true.png); }
+.icon-reload { background-image: url(../images/reload.png); }
+.icon {
+ background-position: 0% 50%;
+ background-repeat: no-repeat;
+ font-family: '微软雅黑'; /*modify by men*/
+ padding-left: 20px;
+ padding-top: 2px;
+ padding-bottom: 3px;
+}
\ No newline at end of file