From: moodler Date: Wed, 19 Apr 2006 07:57:14 +0000 (+0000) Subject: FInally fixed chat layout bug X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=09f00e53838f39bc72c057f0d3ea59f70ea7d592;p=moodle.git FInally fixed chat layout bug --- 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; }