diff --git a/app/views/student_work/_show.html.erb b/app/views/student_work/_show.html.erb index 15c62d204..bce3aa5a0 100644 --- a/app/views/student_work/_show.html.erb +++ b/app/views/student_work/_show.html.erb @@ -34,7 +34,7 @@
-
+
<%= render :partial => 'add_score',:locals => {:work => @work,:score => @score}%>
diff --git a/public/stylesheets/courses.css b/public/stylesheets/courses.css index 875c6ff12..adfc4128e 100644 --- a/public/stylesheets/courses.css +++ b/public/stylesheets/courses.css @@ -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; }