From bd0d666340c3660d17b538cc8fda88ce3d9f81ff Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Mar 2013 16:56:12 -0500 Subject: add roster.js for handling da userlist --- public/css/chat.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'public/css') diff --git a/public/css/chat.css b/public/css/chat.css index dea2dc1..38b1419 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -1,6 +1,8 @@ -#chat_container { +#chat-container { position: absolute; +/* background: #fffdf8; +*/ } #chat { overflow-y: scroll; @@ -13,8 +15,8 @@ padding-bottom: 5px; width: 250px; } -#chat #chat_shim { - height: 310px; +#chat #chat-shim { + height: 320px; } #chat p { margin: 0; @@ -33,7 +35,7 @@ word-wrap: break-word; max-width: 200px; } -#chat_container #chat img { +#chat-container #chat img { max-width: 200px; max-height: 200px; } -- cgit v1.2.3-70-g09d2