")
+ meta_list.append("
#{@num_pending} available |
")
+ meta_list.append("
#{@num_graded} graded |
")
+ meta_list.append("
#{Math.max(@min_for_ml - @num_graded, 0)} more needed to start ML
")
@problem_meta_info.html(meta_list)
@prompt_container.html(@prompt)
diff --git a/lms/static/sass/course/_staff_grading.scss b/lms/static/sass/course/_staff_grading.scss
index 9ed8eb1c7c..7e0df6bf11 100644
--- a/lms/static/sass/course/_staff_grading.scss
+++ b/lms/static/sass/course/_staff_grading.scss
@@ -113,18 +113,9 @@ div.peer-grading{
{
background-color: #eee;
padding:2px;
- h3
+ div
{
- font-size:1em;
- }
- ul
- {
- list-style-type: none;
- font-size: .85em;
- li
- {
- margin: 1px 0px;
- }
+ display : inline;
}
}
.message-container,
diff --git a/lms/templates/instructor/staff_grading.html b/lms/templates/instructor/staff_grading.html
index da1d42b62a..6b2e6a8136 100644
--- a/lms/templates/instructor/staff_grading.html
+++ b/lms/templates/instructor/staff_grading.html
@@ -42,10 +42,8 @@