summaryrefslogtreecommitdiff
path: root/static/css/chat_wrapper.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/chat_wrapper.css')
-rw-r--r--static/css/chat_wrapper.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/css/chat_wrapper.css b/static/css/chat_wrapper.css
new file mode 100644
index 0000000..6d9a832
--- /dev/null
+++ b/static/css/chat_wrapper.css
@@ -0,0 +1,19 @@
+#chat-wrapper {
+ position: absolute;
+ z-index: 1000000;
+ right: 100px;
+ bottom: 100px;
+ height: 40px;
+ width: 300px;
+}
+
+.divDragTitle {
+ left: 50% !important;
+ margin-left: -250px !important;
+}
+
+.divDragContent {
+ z-index: 666;
+ left: 50% !important;
+ margin-left: -250px !important;
+}