summaryrefslogtreecommitdiff
path: root/template/rooms/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/rooms/chat.st')
-rwxr-xr-xtemplate/rooms/chat.st23
1 files changed, 1 insertions, 22 deletions
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index d1152e8..8c41806 100755
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -17,6 +17,7 @@
<html>
<head>
$head()$
+ <link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129">
<title>$roomname$ dump.fm</title>
<script type="text/javascript" src="$domain$/static/js/invalid_domains.js"></script>
@@ -55,16 +56,6 @@
$endif$
</script>
- <style>
- #chat-wrapper {
- position: absolute;
- z-index: 1000000;
- right: 100px;
- bottom: 100px;
- height: 40px;
- width: 300px;
- };
- </style>
</head>
<body>
$if(dis)$
@@ -92,18 +83,6 @@
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
</script>
- <style>
- .divDragTitle {
- left:50%!important;
- margin-left: -250px!important;
- }
- .divDragContent {
- z-index:666;
- left:50%!important;
- margin-left: -250px!important;
-
- }
- </style>
$endif$
$endif$