MDL-39741 Use CSS class dimmed_text instead of hidden in grader report

This commit is contained in:
Marina Glancy
2013-06-27 12:37:34 +10:00
parent 0ea1fbbb55
commit 834f4ea69d
3 changed files with 5 additions and 6 deletions
+4
View File
@@ -927,6 +927,10 @@ table#user-grades {
border-width: 0px;
font-size: inherit;
}
table#user-grades .dimmed_text,
table#user-grades .dimmed_text a {
color: #AAAAAA;
}
table.user-grade td.oddd1.b1t.b2b.b1l{
width: 0px;
}