restyled controls area for motion through multiple scored peer reviews

This commit is contained in:
marco
2013-08-13 20:56:53 -04:00
parent ab81000665
commit 3a970d1490
2 changed files with 24 additions and 9 deletions

View File

@@ -896,13 +896,25 @@ section.open-ended-child {
width: 100%;
border-radius: 5px;
.oe-tools-label {
.oe-tools-label, .oe-tools-scores-label {
display: inline-block;
padding: $baseline/2;
vertical-align: middle;
font-size: 0.8em;
}
.rubric-button {
padding: 8px $baseline/4;
}
.rubric-previous-button {
margin-right: $baseline/4;
}
.rubric-next-button {
margin-left: $baseline/4;
}
.next-step-button {
margin: $baseline/2;
}