MDL-33431: Allow in page toggling of full/summary of submissions/feedback in assignment

This commit is contained in:
Damyon Wiese 2012-09-20 10:32:17 +08:00
parent f9e6212700
commit 66d3fe3708
4 changed files with 138 additions and 7 deletions

View file

@ -134,3 +134,16 @@ div.earlysubmission {
td.submissioneditable {
color: red;
}
.expandsummaryicon {
cursor: pointer;
display: none;
}
.jsenabled .expandsummaryicon {
display: inline;
}
.hidefull {
display: none;
}