Commit 2523c1e1 by Vik Paruchuri

Slight visual tweaks

parent e68103f3
......@@ -613,7 +613,7 @@ class CombinedOpenEndedV1Module():
})
context = {
'results': feedback_table,
'task_name' : "Results",
'task_name' : "Feedback",
'class_name' : "result-container",
}
html = self.system.render_template('combined_open_ended_results.html', context)
......
......@@ -119,12 +119,16 @@ div.combined-rubric-container {
}
}
}
b.rubric-category {
font-size: .9em;
}
padding-bottom: 5px;
padding-top: 5px;
padding-top: 10px;
}
div.result-container {
padding-top: 5px;
padding-top: 10px;
padding-bottom: 5px;
.evaluation {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment