summaryrefslogtreecommitdiff
path: root/static/css/chat_wrapper.css
blob: 6d9a832f0c19f3d64dfecc41b3bb7238daff785c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;
}