-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchat.css
56 lines (52 loc) · 771 Bytes
/
chat.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* Styles go here */
.box-container {
}
.edit_box_containter{
height: 350px;
}
.border_less{
border: none !important;
-webkit-box-shadow: 0 0 0 rgba(0,0,0,.0) !important;
box-shadow: 0 0 0 rgba(0,0,0,.0) !important;
}
.draggable-div {
width: 100%;
z-index: 1000
}
.panel{
margin-top: 30px;
}
.editable{
height: 30px;
}
.rowDraggable{
border:1px solid red;
}
.template-draggable .action{
display: none;
}
.template-dragged .action{
display: inline;
}
.p-0{
padding: 0;
}
#chat-box{
height: inherit;
overflow-y: scroll;
height: 350px;
}
.yellow_class{
background-color: yellow;
}
#button_send{
height: 36px;
position: absolute;
right: 170px;
bottom: 40px;
width: 80px;
font-size: 20px
}
.span_width{
height: 50px !important;
}