Skip to content

Commit

Permalink
Merge pull request openedx#442 from MITx/feature/kfiedler/courseware-…
Browse files Browse the repository at this point in the history
…style

Added fix for answer status and show answer to stay in the same place
  • Loading branch information
kimth committed Aug 16, 2012
2 parents 93e3ab7 + 8c65dca commit 8255fa3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions common/lib/xmodule/xmodule/css/capa/display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ section.problem {
}
}



div {
p.status {
text-indent: -9999px;
margin: -1px 0 0 10px;
p {
&.answer {
margin-top: -2px;
}
&.status {
text-indent: -9999px;
margin: 8px 0 0 10px;
}
}

&.unanswered {
Expand Down

0 comments on commit 8255fa3

Please sign in to comment.