Show More
Commit Description:
- clean up link to problem stat and user stat...
Commit Description:
- clean up link to problem stat and user stat (grafted from 45d1e12e9794a23a5431222fe2f4c7461d73a529)
File last commit:
Show/Diff file:
Action:
app/assets/stylesheets/graders.css | 17 lines | 282 B | text/css | LassoCssLexer |
table.graders tr.active {
border: 1px solid black;
background: lightgreen;
text-align: center;
}
table.graders tr.inactive {
border: 1px solid black;
background: #ffcccc;
text-align: center;
}
.submitbox .item {
padding-right: 5px;
float: left;
}