Merge pull request #831 from MITx/feature/victor/code-output-style

move output right/wrong image to top left of each test instead of center
This commit is contained in:
Victor Shnayder
2012-10-05 10:49:51 -07:00

View File

@@ -673,14 +673,14 @@ section.problem {
}
.result-correct {
background: url('../images/correct-icon.png') center left no-repeat;
background: url('../images/correct-icon.png') left 20px no-repeat;
.result-actual-output {
color: #090;
}
}
.result-incorrect {
background: url('../images/incorrect-icon.png') center left no-repeat;
background: url('../images/incorrect-icon.png') left 20px no-repeat;
.result-actual-output {
color: #B00;
}