cleaned up padding for peer review training and grading states, removed extraneous response label,fixed style issue on rubric for peer grading where rubric items had a background color overridding the intended style

This commit is contained in:
marco
2013-08-15 13:56:17 -04:00
parent c9807db308
commit 7865fbe0df
6 changed files with 75 additions and 63 deletions

View File

@@ -266,8 +266,6 @@ div.combined-rubric-container {
h4 {
padding-top: $baseline/2;
border-color: lightgray;
border-top: 1px solid;
}
span.rubric-category {
@@ -892,7 +890,6 @@ section.open-ended-child {
.oe-tools {
display: inline-block;
padding-left: $baseline;
width: 100%;
border-radius: 5px;
@@ -910,7 +907,7 @@ section.open-ended-child {
.rubric-previous-button {
margin-right: $baseline/4;
}
.rubric-next-button {
margin-left: $baseline/4;
}

View File

@@ -42,7 +42,7 @@
</div>
</div>
<div class="oe-tools response-tools">
<span class="oe-tools-label">Response: </span>
<span class="oe-tools-label"></span>
<input type="button" value="Reset" class="reset-button" name="reset" style="display: none;">
</div>
<input type="button" value="Next Step" class="next-step-button" name="reset" style="display: none;">

View File

@@ -78,7 +78,7 @@
</div>
</div>
<div class="oe-tools response-tools">
<span class="oe-tools-label">Response: </span>
<span class="oe-tools-label"></span>
<input type="button" value="Reset" class="reset-button" name="reset" style="display: inline-block;">
</div>
</div>