学生作业列表样式调整

This commit is contained in:
huang 2015-03-26 14:31:24 +08:00
parent 2bb7153131
commit 26ed40f7e1
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
</span>
</li>
<li class="wdown">
<%#= link_to "(#{homework.attachments.count.to_s}个附件)", zipdown_download_user_homework_path(:homework => homework)%>
<%#= link_to "(#{homework.attachments.count.to_s}个附件)", "javascript:"%>
</li>
<li class="wscore">
<% unless is_student_batch_homework %>

View File

@ -38,7 +38,7 @@ a:hover.tb_all{ background:#eaeaea; text-decoration:none;}
.pic_head a{ text-align:center; width:42px; overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.pic_head img{ border:1px solid #fff;}
.pic_head img:hover{border:1px solid #15bccf;}
.dis ul li.wname a{ width:260px; font-size:14px; color:#595959; padding:15px 0 0 0px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.dis ul li.wname a{ width:360px; font-size:14px; color:#595959; padding:15px 0 0 0px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.dis ul li.wdown a{padding-top:22px; color:#3d7ec2; margin-right:35px;}
.wscore{ padding-top:22px; color:#888888; width:96px;}
.dis ul li.wping{margin-left:12px; }