课程作业列表开启、关闭匿评

This commit is contained in:
sw 2015-04-09 11:38:13 +08:00
parent 503d1fc2ee
commit 4b83296a97
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
alert('关闭成功');
$("#<%= @bid.id %>_stop_anonymous_comment").replaceWith('<a class="fr pr_join_span mr10" title="匿评结束">匿评结束</a>');
$("#<%= @bid.id %>_stop_anonymous_comment").replaceWith('<a class="fr pr_join_span mr10 span_wping_background" title="匿评结束">匿评结束</a>');

View File

@ -32,8 +32,10 @@
padding-left: 5px !important;
padding-right: 5px !important;
line-height: 1.9;
float: left;
}
.span_wping a:hover{ background-color:#03a1b3;}
.span_wping_background{background: #CCC !important;}
</style>
</head>
<body class="<%= h body_css_classes %>">