MDL-45679 mod_lesson: Essay grading page has no mark for essay status

This commit is contained in:
Jean-Michel Vedrine 2014-10-12 14:56:32 +02:00
parent 2d84748c26
commit cfcfd7045f
2 changed files with 15 additions and 3 deletions

View file

@ -83,3 +83,15 @@
#lesson-timer {
text-align: center;
}
.path-mod-lesson a:link.essayungraded{
background-color: #efcfcf;
}
.path-mod-lesson a:link.essaygraded {
background-color: #efefcf;
}
.path-mod-lesson a:link.essaysent {
background-color: #cfefcf;
}