From: thepurpleblob Date: Thu, 28 Aug 2008 08:40:59 +0000 (+0000) Subject: MDL-16221 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=706c4f740583b7f3f78eb95752deecaca3c2519b;p=moodle.git MDL-16221 Fixed missing height/width in CSS --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index a7b90f58a0..60ca5ec6db 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -3309,6 +3309,7 @@ body#user-index .rolesform { .picture user, .picture teacher { width:35px; + height: 35px; vertical-align:top; } .modform {