From ff9c2d2bed0e9adfdfbfd401af7b60aed6721364 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sat, 27 Apr 2013 13:02:22 -0700 Subject: [PATCH] Style chatrooms --- style/client.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/style/client.css b/style/client.css index c1077ee7f..7f239b6ad 100644 --- a/style/client.css +++ b/style/client.css @@ -339,6 +339,7 @@ body { left: 0; right: 0; bottom: 40px; + font-size: 10pt; } .chat-log-add { position: absolute; @@ -349,7 +350,21 @@ body { padding: 3px 4px 0 4px; border-top: 1px solid #AAAAAA; } - +.chat-log .message, +.chat-log .chat { + padding: 4px 0 2px 0; + font-size: 8pt; +} +.chat-log .chat em { + padding: 0 4px 0 3px; + font-style: normal; +} +.chat-log .inner { + padding: 4px 8px 0px 8px; +} +.chat-log .inner-after { + margin-top 0.5em; +} .chatbox { margin: 0 10px 0 80px;