修改课程--匿评提示窗口有两个关闭窗口的图标按钮

This commit is contained in:
sw 2015-01-13 16:36:10 +08:00
parent 9604117e93
commit 86b18f1cb3
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'homework_attach/praise_alert') %>');
showModal('ajax-modal', '480px');
$('#ajax-modal').css('height','240px');
$('#ajax-modal').siblings().remove();
$('#ajax-modal').before("<span style='float: right;cursor:pointer;'>" +
"<a href='#' onclick='hiddent_alert_model();'><img src='/images/bid/close.png' width='26px' height='26px' /></a></span>");
$('#ajax-modal').parent().css("top","").css("left","").css("width","511");