From 09f00e53838f39bc72c057f0d3ea59f70ea7d592 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 19 Apr 2006 07:57:14 +0000 Subject: [PATCH] FInally fixed chat layout bug --- theme/standard/styles_layout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8f9f6e4575..4e82a70d74 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1410,10 +1410,12 @@ body#course-participation #showall { padding:0; margin-top:7px } +.chat-event .picture, .chat-message .picture { - width:40px + width:40px; vertical-align:top; } +.chat-event .text, .chat-message .text { text-align: left; } -- 2.39.5