FInally fixed chat layout bug

This commit is contained in:
moodler
2006-04-19 07:57:14 +00:00
parent 733a73f0d3
commit 09f00e5383
+3 -1
View 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;
}