diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-03-04 16:56:12 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-03-04 16:56:12 -0500 |
| commit | bd0d666340c3660d17b538cc8fda88ce3d9f81ff (patch) | |
| tree | acf43d7731f20d1b4d46e196195d52c4e5784250 /public/css/chat.css | |
| parent | 915f6f2bf830260301d8117a2233e5d2c7788c34 (diff) | |
add roster.js for handling da userlist
Diffstat (limited to 'public/css/chat.css')
| -rw-r--r-- | public/css/chat.css | 10 |
1 files changed, 6 insertions, 4 deletions
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; } |
