Slight visual tweaks

This commit is contained in:
Vik Paruchuri
2013-02-09 12:40:11 -05:00
parent e68103f3e7
commit 2523c1e189
2 changed files with 7 additions and 3 deletions

View File

@@ -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)

View File

@@ -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 {