]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16221
authorthepurpleblob <thepurpleblob>
Thu, 28 Aug 2008 12:46:31 +0000 (12:46 +0000)
committerthepurpleblob <thepurpleblob>
Thu, 28 Aug 2008 12:46:31 +0000 (12:46 +0000)
Specify both width and height for user image

Merged from STABLE_19

grade/report/grader/styles.php

index 14ab278fefa91489c6b4915f5753b7a8e4ae34f5..524b8f7d5c4cd948f15e27ad3e29c6507c2d666e 100644 (file)
@@ -4,6 +4,7 @@
 
 .gradestable th.user img {
     width: 20px;
+    height: 20px;
 }
 
 .gradestable th.user, .gradestable th.range {