Commit 82d3adc5 by Victor Shnayder

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
parents 4fd530db 8578320e
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment