MDL-32932: Add quickgrading support to mod_assign

This commit is contained in:
Damyon Wiese 2012-05-15 13:33:59 +08:00
parent a769a00157
commit bf78ebd650
10 changed files with 437 additions and 58 deletions

View file

@ -128,3 +128,7 @@ div.earlysubmission {
border: 0px;
}
#page-mod-assign-view div.gradingtable tr .quickgrademodified {
background-color: #FFCC99;
}