Remove legend, start to edit rubric

This commit is contained in:
Vik Paruchuri
2013-08-01 16:25:21 -04:00
parent 77e57448b3
commit 178be44333
6 changed files with 54 additions and 34 deletions

View File

@@ -207,6 +207,20 @@ div.combined-rubric-container {
font-size: .9em;
font-weight: bold;
}
label.choicegroup_correct {
&:before {
margin-right: 15px;
content: url('../images/correct-icon.png');
}
}
label.choicegroup_incorrect {
&:before {
margin-right: 15px;
content: url('../images/incorrect-icon.png');
}
}
}
div.result-container {