diff --git a/app/views/colleges/statistics.html.erb b/app/views/colleges/statistics.html.erb index ef70e9dd..8df81fcb 100644 --- a/app/views/colleges/statistics.html.erb +++ b/app/views/colleges/statistics.html.erb @@ -52,7 +52,7 @@
  • 课堂
  • 学生实训
  • -
  • 学生测评
  • +
    diff --git a/public/javascripts/create_kindeditor.js b/public/javascripts/create_kindeditor.js index fdd493d8..fb5db05b 100644 --- a/public/javascripts/create_kindeditor.js +++ b/public/javascripts/create_kindeditor.js @@ -37,7 +37,7 @@ function sd_create_editor(params){ //params.toolbar_container.hide(); $('#reply_image_' + id).addClass('imageFuzzy'); if(/^\s*<\w*\s*\w*\=\"\w*\"\s*\w*\=\"\w*\:\s*\#\d*\;\s*\w*\-\w*\:\s*\w*\;\"\>[\u4e00-\u9fa5]*<\/\w*\>\s*$/.test(this.edit.html())){ - params.submit_btn.hide(); + params.submit_btn.show(); params.toolbar_container.hide(); this.resize("100%", null); }else if(this.edit.html().trim() != ""){ @@ -74,7 +74,7 @@ function sd_create_editor(params){ $(".ke-outline>.ke-toolbar-icon",toolbar).append('表情'); params.toolbar_container.append(toolbar); params.toolbar_container.hide(); - params.submit_btn.hide(); + params.submit_btn.show(); //init var edit = this.edit; var body = edit.doc.body; @@ -124,7 +124,7 @@ function sd_create_shixun_editor(params){ sd_check_editor_form_field({content:this,contentmsg:params.contentmsg,textarea:params.textarea}); if(this.isEmpty()) { this.edit.html("我要回复"); - params.submit_btn.hide(); + params.submit_btn.show(); params.toolbar_container.hide(); this.resize("100%", "30px"); $("#dis_reply_id").val(""); @@ -180,7 +180,7 @@ function sd_create_shixun_editor(params){ $(".ke-outline>.ke-toolbar-icon",toolbar).append('表情'); params.toolbar_container.append(toolbar); params.toolbar_container.hide(); - params.submit_btn.hide(); + params.submit_btn.show(); //init var edit = this.edit; var body = edit.doc.body; @@ -432,7 +432,7 @@ function sd_create_message_editor(params){ this.edit.html("我要回复"); params.toolbar_container.hide(); this.resize("100%", "30px"); - params.submit_btn.hide(); + params.submit_btn.show(); params.notice_msg.hide(); } $('#mini_comment_section').height('auto'); diff --git a/public/stylesheets/css/public.css b/public/stylesheets/css/public.css index 0b1636c9..c93b8c1e 100644 --- a/public/stylesheets/css/public.css +++ b/public/stylesheets/css/public.css @@ -306,7 +306,7 @@ a.postReplyIcon:hover {background:url(../images/post_image_list.png) -40px -29px .postThemeWrap {width:655px; float:left;position: relative} .postLikeIcon {background:url(../images/post_image_list.png) 0px -42px no-repeat ;float:right; padding-left:18px; margin-top:3px; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;} .postLikeIcon:hover {background:url(../images/post_image_list.png) 0px -64px no-repeat ; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;} -a.AnnexBtn{ background: url(../images/homepage_icon2.png) 0px -343px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;} +a.AnnexBtn{ line-height: 20px; background: url(../images/homepage_icon2.png) 0px -343px no-repeat !important; height:20px; display:block; padding-left:20px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;} a:hover.AnnexBtn{background: url(../images/homepage_icon2.png) -90px -343px no-repeat !important; color:#3598db; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;} .postEdit {background:url(../images/post_image_list.png) 0px -94px no-repeat; width:18px; height:18px; display:block; float:left;} .postDelete {background:url(../images/post_image_list.png) -42px -93px no-repeat; width:18px; height:18px; display:block; float:right;} diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css index ac7c5191..06564e50 100644 --- a/public/stylesheets/project.css +++ b/public/stylesheets/project.css @@ -1128,7 +1128,7 @@ a.postReplyIcon:hover {background:url(images/post_image_list.png) -40px -29px no .postThemeWrap {width:655px; float:left;position: relative} .postLikeIcon {background:url(images/post_image_list.png) 0px -42px no-repeat ;float:right; padding-left:18px; margin-top:3px;} .postLikeIcon:hover {background:url(images/post_image_list.png) 0px -64px no-repeat ;} -a.AnnexBtn{ background: url(images/homepage_icon2.png) 0px -343px no-repeat !important; width:70px; height:20px; display:block; padding-left:20px; color:#888888;} +a.AnnexBtn{ line-height: 20px; background: url(images/homepage_icon2.png) 0px -343px no-repeat !important; width:70px; height:20px; display:block; padding-left:20px; color:#888888;} a:hover.AnnexBtn{background: url(images/homepage_icon2.png) -90px -343px no-repeat !important; color:#3598db;} .postEdit {background:url(images/post_image_list.png) 0px -94px no-repeat; width:18px; height:18px; display:block; float:left;} .postDelete {background:url(images/post_image_list.png) -42px -93px no-repeat; width:18px; height:18px; display:block; float:right;}