Merge pull request #1516 from MITx/hack/dave/submission_history

Record and report submission history for a problem
This commit is contained in:
David Ormsbee
2013-03-04 11:39:54 -08:00
10 changed files with 364 additions and 5 deletions

View File

@@ -57,6 +57,8 @@
border: 1px solid rgba(0, 0, 0, 0.9);
@include box-shadow(inset 0 1px 0 0 rgba(255, 255, 255, 0.7));
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 30px;
position: relative;
z-index: 2;