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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user