]> git.mjollnir.org Git - moodle.git/commitdiff
FInally fixed chat layout bug
authormoodler <moodler>
Wed, 19 Apr 2006 07:57:14 +0000 (07:57 +0000)
committermoodler <moodler>
Wed, 19 Apr 2006 07:57:14 +0000 (07:57 +0000)
theme/standard/styles_layout.css

index 8f9f6e4575cb96b300c6b09f4361acf3828b8079..4e82a70d747ad561a21ee58b7abfe1b25b1b7814 100644 (file)
@@ -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;
 }