修改学生作业列表弹出框不正确

sw_new_course
sw 10 years ago
parent 221276ba1f
commit 584dcabeaa

File diff suppressed because it is too large Load Diff

@ -1,5 +1,5 @@
class HomeworkAttachController < ApplicationController
layout "base_courses"
layout "course_base"
include CoursesHelper
include HomeworkAttachHelper
helper :words

@ -44,11 +44,13 @@ a:hover.tb_all{ background:#eaeaea; text-decoration:none;}
.dis ul li.wping{margin-left:12px; }
.dis ul li.wping a{ margin-top:18px; margin-bottom:3px; width:43px; height:23px; background:#15bccf; color:#fff; text-align:center; padding-top:3px;}
.dis ul li.wping a:hover{ background-color:#03a1b3;}
/*ul.wlist{ float:right; border-bottom:none; height:30px; margin-top:20px; }*/
/*.wlist span{ border:1px solid #15bccf; padding:0 5px; margin-left:3px;}*/
/*.wlist a{ border:1px solid #15bccf; padding:0 5px; margin-left:3px;}*/
/*.wlist a:hover{ background:#15bccf; color:#fff; text-decoration:none;}*/
/*.wlist_select { background-color:#64bdd9; color:#fff; padding:0 5px; margin-left:3px; border:1px solid #64bdd9;}*/
/****翻页***/
ul.wlist{ float:right; border-bottom:none; height:30px; margin-top:20px; }
ul.wlist li{float: left;}
ul.wlist li a{ border:1px solid #15bccf; padding: 1px 4px 1px 4px; margin-left:3px;}
ul.wlist li a:hover{ background:#15bccf; color:#fff; text-decoration:none;}
.wlist_select { background-color:#64bdd9; color:#fff; padding: 1px 5px 0px 5px; margin-left:3px;margin-top: -2px; border:1px solid #64bdd9;}
.code_list{ float:right; font-size:12px; color:#484848; padding:5px 3px; border-bottom:2px solid #15bccf; width:687px; }
.code_list a{ color:#787878;}
.fr{ float:right;}

Loading…
Cancel
Save