diff --git a/package.json b/package.json index 3c47a7f..bab2740 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,8 @@ "bin" : "./server.js", "dependencies": { "node-static": "~0.7.9", - "socket.io": "~1.7.2" + "socket.io": "~1.7.2", + "uuid": "*" }, "os": [ "darwin", diff --git a/public/css/default.css b/public/css/default.css index f494b98..689ef9e 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -29,6 +29,21 @@ body, html { .info { color: #99FFFF; } .neutral { color: #eeeeee; } +/*------------------------------------*\ + PARTICIPANTS +\*------------------------------------*/ +#participants { + right: 0; + top: 0; + bottom: 0; + width: 200px; + position: absolute; + padding:0; + margin:0; + background-color: #282A2D; +} + + /*------------------------------------*\ CHAT \*------------------------------------*/ @@ -70,7 +85,7 @@ body, html { INPUT & LOADER \*------------------------------------*/ #input_wrapper { - right:0; + right:200px; bottom:0; left:0; position: absolute; diff --git a/public/index.html b/public/index.html index e8143c0..7f45379 100644 --- a/public/index.html +++ b/public/index.html @@ -18,22 +18,28 @@