Subversion Repositories SmartDukaan

Rev

Rev 35571 | Rev 35619 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35571 amit 1
<style>
2
.incoming_msg_img {
3
    display: inline-block;
4
    width: 6%;
5
}
6
 
7
.incoming_msg_img img {
8
    width: 100%;
9
}
10
 
11
.sent_msg p {
12
    background: #b8d1f3;
13
    border-radius: 12px 15px 15px 0;
14
    font-size: 14px;
15
    margin: 0;
16
    color: black;
17
    padding: 5px 10px 5px 12px;
18
    word-break: break-all;
19
    width: 100%;
20
}
21
 
22
.outgoing_msg {
23
    overflow: hidden;
35605 amit 24
    margin: 8px 0;
35571 amit 25
}
26
 
35605 amit 27
.incoming_msg {
28
    overflow: hidden;
29
    margin: 8px 0;
30
}
31
 
35571 amit 32
.sent_msg {
33
    float: right;
34
    width: 46%;
35
}
36
 
37
.received_msg {
38
    display: inline-block;
39
    padding: 0 0 0 10px;
40
    vertical-align: top;
41
    width: 50%;
42
}
43
 
44
.received_withd_msg p {
45
    background: #dae5f4 none repeat scroll 0 0;
46
    border-radius: 0 15px 15px 15px;
47
    color: #646464;
48
    font-size: 14px;
49
    margin: 0;
50
    padding: 5px 10px 5px 12px;
51
    word-break: break-all;
52
    width: 100%;
53
}
54
 
55
.time_date {
35605 amit 56
    color: #888;
35571 amit 57
    display: block;
35605 amit 58
    font-size: 10px;
59
    margin: 2px 0 0;
60
    text-align: right;
35571 amit 61
}
62
 
63
.blue_box, .green_box, .white_box {
64
    display: block;
65
    clear: both;
66
}
67
 
68
.modal-dialog {
69
    max-height: 80%;
70
}
71
 
72
.modal-body {
73
    max-height: 70vh;
74
    overflow-y: auto;
75
}
76
 
77
.outgoing_msg:after, .incoming_msg:after, .white_box:after {
35605 amit 78
    content: '';
35571 amit 79
}
80
 
81
.incoming_msg:before, .white_box:before {
35605 amit 82
    content: '';
35571 amit 83
}
84
 
85
.white_box span {
86
    background-color: #ebebeb;
87
    background-size: 5px 5px;
88
    word-break: break-all;
89
    color: black;
90
    display: block;
91
    padding: 10px 10px;
92
    text-align: center;
93
}
94
</style>