]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12124, fixing styles for grader report
authortoyomoyo <toyomoyo>
Tue, 13 Nov 2007 03:19:12 +0000 (03:19 +0000)
committertoyomoyo <toyomoyo>
Tue, 13 Nov 2007 03:19:12 +0000 (03:19 +0000)
grade/report/grader/styles.php

index 76b244d24a103cd2eb805b7304476a195996b16b..35201d8cb924df30667d7e15af581de885a990ed 100644 (file)
@@ -1,3 +1,14 @@
+.flexible th {
+white-space:normal;
+}
+
+.gradestable th.user img {
+  width: 20px;
+}
+
+.gradestable th.user, .gradestable th.range {
+  whitespace: nowrap;
+}
 
 .grade-report-grader table#user-grades tr.marked td.cell {
     background-color: #FFCC99 ;