diff options
Diffstat (limited to 'template/rooms/nocss.st')
| -rwxr-xr-x | template/rooms/nocss.st | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/template/rooms/nocss.st b/template/rooms/nocss.st index 9d79b7a..6bb661e 100755 --- a/template/rooms/nocss.st +++ b/template/rooms/nocss.st @@ -24,6 +24,7 @@ <link rel="image_src" href="/static/img/thumbs/heartover.gif" > <!-- <script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script> --> <script type="text/javascript" src="$domain$/static/js/pichat.js"></script> +<link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> <script>Domain = "$domain$"</script> $if(!user_nick)$ @@ -85,16 +86,6 @@ window.location = "/error/ie"; $endif$ </script> - <style> - #chat-wrapper { - position: absolute; - z-index: 1000000; - right: 100px; - bottom: 100px; - height: 40px; - width: 300px; - }; - </style> </head> <body> $if(dis)$ @@ -121,18 +112,6 @@ window.location = "/error/ie"; 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$ |
