diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/rooms/mgmt.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/rooms/mgmt.st')
| -rwxr-xr-x | template/rooms/mgmt.st | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st index 793cb7e..984ee99 100755 --- a/template/rooms/mgmt.st +++ b/template/rooms/mgmt.st @@ -23,6 +23,7 @@ <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="$domain$/static/css/mgmt.css"> +<link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260129"> <script>Domain = "$domain$"</script> $if(isadmin)$ @@ -56,16 +57,6 @@ window.location = "/error/ie"; jQuery(Away.startTitleUpdater); jQuery(initChatMsgs); </script> - <style> - #chat-wrapper { - position: absolute; - z-index: 1000000; - right: 100px; - bottom: 100px; - height: 40px; - width: 300px; - }; - </style> </head> <body> |
