From 706c4f740583b7f3f78eb95752deecaca3c2519b Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Thu, 28 Aug 2008 08:40:59 +0000 Subject: [PATCH] MDL-16221 Fixed missing height/width in CSS --- theme/standard/styles_layout.css | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.39.5