学生作品附件列表显示以及间距调整
This commit is contained in:
parent
e1a3ed4b82
commit
ee0a9093d3
|
@ -34,7 +34,7 @@
|
|||
</li>
|
||||
<div class="cl"></div>
|
||||
|
||||
<div id="add_student_score_<%= @work.id%>">
|
||||
<div id="add_student_score_<%= @work.id%>" class="mt10 ">
|
||||
<%= render :partial => 'add_score',:locals => {:work => @work,:score => @score}%>
|
||||
</div>
|
||||
</ul>
|
||||
|
|
|
@ -404,7 +404,7 @@ span.add_attachment {font-size: 80%;line-height: 2.5em;}
|
|||
.ui-progressbar-value{margin:-1px;height:100%}
|
||||
.ui-widget-header{border:1px solid #628db6;background:#759fcf url(jquery/images/ui-bg_gloss-wave_35_759fcf_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}
|
||||
.ui-corner-left,.ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}
|
||||
.link_file{ background:url(../images/pic_file.png) 0 7px no-repeat !important; padding-left:20px !important; color:#64bdd9 !important; }
|
||||
.link_file{ background:url(../images/pic_file.png) 0 3px no-repeat !important; padding-left:20px !important; color:#64bdd9 !important; }
|
||||
a:hover.link_file_board{ background:url(../images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
|
||||
a.link_file_board{ background:url(../images/pic_file.png) 0 3px no-repeat !important; padding-left:20px !important; color:#64bdd9 !important; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue