diff options
Diffstat (limited to 'template/rooms/atrium.st')
| -rwxr-xr-x | template/rooms/atrium.st | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/template/rooms/atrium.st b/template/rooms/atrium.st index edd83cb..550e815 100755 --- a/template/rooms/atrium.st +++ b/template/rooms/atrium.st @@ -16,8 +16,9 @@ <html> <head> - $head_edge()$ - <title>$roomname$ dump.fm</title> + $head_edge()$ + <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> <script type="text/javascript" src="$domain$/static/webcam/webcam.js"></script> @@ -54,16 +55,6 @@ $endif$ </script> - <style> - #chat-wrapper { - position: absolute; - z-index: 1000000; - right: 100px; - bottom: 100px; - height: 40px; - width: 300px; - }; - </style> </head> <body> $if(dis)$ @@ -90,18 +81,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$ |
