Make rubrics spacing smaller and

fix a bug in the grading service renderer
This commit is contained in:
Diana Huang
2013-02-01 14:34:09 -05:00
parent 91d9bc05be
commit 00ffbc070a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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