Subversion Repositories SmartDukaan

Rev

Rev 35571 | Rev 35619 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35571 Rev 35605
Line 19... Line 19...
19
    width: 100%;
19
    width: 100%;
20
}
20
}
21
 
21
 
22
.outgoing_msg {
22
.outgoing_msg {
23
    overflow: hidden;
23
    overflow: hidden;
24
    margin: 26px 0 26px;
24
    margin: 8px 0;
-
 
25
}
-
 
26
 
-
 
27
.incoming_msg {
-
 
28
    overflow: hidden;
-
 
29
    margin: 8px 0;
25
}
30
}
26
 
31
 
27
.sent_msg {
32
.sent_msg {
28
    float: right;
33
    float: right;
29
    width: 46%;
34
    width: 46%;
Line 46... Line 51...
46
    word-break: break-all;
51
    word-break: break-all;
47
    width: 100%;
52
    width: 100%;
48
}
53
}
49
 
54
 
50
.time_date {
55
.time_date {
51
    color: black;
56
    color: #888;
52
    display: block;
57
    display: block;
53
    font-size: 12px;
58
    font-size: 10px;
54
    margin: 8px 0 0;
59
    margin: 2px 0 0;
-
 
60
    text-align: right;
55
}
61
}
56
 
62
 
57
.blue_box, .green_box, .white_box {
63
.blue_box, .green_box, .white_box {
58
    display: block;
64
    display: block;
59
    clear: both;
65
    clear: both;
Line 67... Line 73...
67
    max-height: 70vh;
73
    max-height: 70vh;
68
    overflow-y: auto;
74
    overflow-y: auto;
69
}
75
}
70
 
76
 
71
.outgoing_msg:after, .incoming_msg:after, .white_box:after {
77
.outgoing_msg:after, .incoming_msg:after, .white_box:after {
72
    content: '\A';
78
    content: '';
73
    white-space: pre;
-
 
74
}
79
}
75
 
80
 
76
.incoming_msg:before, .white_box:before {
81
.incoming_msg:before, .white_box:before {
77
    content: '\A';
82
    content: '';
78
    white-space: pre;
-
 
79
}
83
}
80
 
84
 
81
.white_box span {
85
.white_box span {
82
    background-color: #ebebeb;
86
    background-color: #ebebeb;
83
    background-size: 5px 5px;
87
    background-size: 5px 5px;