From a8ad02b738b5cb94775aabc80dae0008ddbffe6a Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Mon, 17 Mar 2014 17:24:32 +0100 Subject: [PATCH] Improved rendering --- client/css/style.css | 3 +- client/index.html | 24 +++++++------ client/js/chat.js | 80 ++++++++++++++++++++++++++++---------------- lib/models.js | 26 +++++++++----- lib/server.js | 32 +++++++----------- 5 files changed, 97 insertions(+), 68 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index b0b851d..0ce5b33 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -153,7 +153,7 @@ h2 { #chat .users { background: #fff; border-left: 1px solid #ddd; - bottom: 0; + bottom: 30px; overflow-y: auto; padding: 4px 0; position: absolute; @@ -255,6 +255,7 @@ h2 { display: none; } #chat .users { + bottom: 0; right: -160px; } #chat .users a { diff --git a/client/index.html b/client/index.html index 7157a7b..e476636 100644 --- a/client/index.html +++ b/client/index.html @@ -55,20 +55,24 @@
- - + + - -