Display updates to the xmodule.

This commit is contained in:
Diana Huang
2013-01-17 09:44:47 -05:00
parent 589e848fd4
commit df8d088492
3 changed files with 5 additions and 3 deletions

View File

@@ -239,7 +239,7 @@ div.result-container, section.open-ended-child {
.view-only {
margin:2px;
position: relative;
padding: 15px;
padding: 15px 15px 25px 15px;
width: 150px;
height:100%;
display: inline-block;
@@ -624,4 +624,7 @@ section.open-ended-child {
font-size: 0.9em;
}
.assessment {
margin: 40px 0px 20px 0px;
}
}

View File

@@ -195,7 +195,7 @@ div.peer-grading{
.view-only {
margin:2px;
position: relative;
padding: 15px;
padding: 15px 15px 25px 15px;
width: 150px;
height:100%;
display: inline-block;

View File

@@ -1,6 +1,5 @@
<div class="assessment">
<div class="rubric">
<h3>Self-assess your answer with this rubric:</h3>
${rubric | n }
</div>