From 5d251e995a70e78deb5d527d4a5d9c0bbbf75c72 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 5 Mar 2007 01:54:04 +0000 Subject: [PATCH] Merged message userpicture fix from stable --- theme/standard/styles_layout.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 7a72b25b3d..9fe77248e2 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -113,7 +113,7 @@ a img { img.userpicture, img.grouppicture { - border: 0 solid + border: 0; } .notifyproblem { @@ -1925,6 +1925,12 @@ body#grade-index .grades .weighted { *** Message ***/ + +#message-user .userpicture { + width: 100px; + height: 100px; +} + .message-discussion-noframes #userinfo .userpicture { float:left; } -- 2.39.5