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 ++++++---- public/index.html | 22 ++++++++++++++++++---- public/js/auth.js | 2 ++ public/js/chat.js | 4 ++++ public/js/game.js | 43 +++++++++++++++++++++++++++++++++---------- public/js/roster.js | 11 +++++++++++ 6 files changed, 74 insertions(+), 18 deletions(-) create mode 100644 public/js/roster.js (limited to 'public') 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; } diff --git a/public/index.html b/public/index.html index 1a47a20..2cd95d4 100644 --- a/public/index.html +++ b/public/index.html @@ -11,13 +11,18 @@ +

Cocoapaint

-
-
+
+
    +
    + +
    +