diff options
| author | sostler <sbostler@gmail.com> | 2010-05-21 19:58:47 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-21 19:58:47 -0400 |
| commit | 45a59a082d1485d5bf370b79d23d7d535e9fa645 (patch) | |
| tree | b1ee72e894589db917686f42e424cab0ced59ab1 /template/chat.st | |
| parent | f7d0209fdb96ca7f02675fb139f5eaf9ade07a82 (diff) | |
Add tinychat test
Diffstat (limited to 'template/chat.st')
| -rw-r--r-- | template/chat.st | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/chat.st b/template/chat.st index 2eb1f30..c54936b 100644 --- a/template/chat.st +++ b/template/chat.st @@ -48,10 +48,24 @@ $endif$ } jQuery(document).ready(startTitleUpdater); </script> + <style> + #chat-wrapper { + position: absolute; + z-index: 1000000; + right: 100px; + bottom: 100px; + height: 40px; + width: 300px; + }; + </style> </head> <body> $banner()$ +$if(isadmin)$ +$tinychat()$ +$endif$ <div id="chatrap"> + <div id="content"> <div id="messagetabs"></div> <div id="rapper"> |
