Commit a85d43a8 by Diana Huang

Make rubrics spacing smaller and

fix a bug in the grading service renderer
parent 71c233af
......@@ -115,7 +115,7 @@ class GradingService(object):
response_json = json.loads(response)
if 'rubric' in response_json:
rubric = response_json['rubric']
rubric_renderer = CombinedOpenEndedRubric(self.system, False)
rubric_renderer = CombinedOpenEndedRubric(self.system, view_only)
rubric_html = rubric_renderer.render_rubric(rubric)
response_json['rubric'] = rubric_html
return response_json
......
......@@ -21,7 +21,7 @@
.rubric-label
{
position: relative;
padding: 15px 15px 25px;
padding: 0px 15px 15px 15px;
width: 130px;
min-height: 50px;
min-width: 50px;
......
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