Subversion Repositories SmartDukaan

Rev

Rev 35605 | 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;
35619 amit 75
    padding: 10px 15px;
35571 amit 76
}
77
 
35619 amit 78
/* Compact ticket dialog styles */
79
.modal-body .container {
80
    width: 100%;
81
    padding: 0;
82
}
83
 
84
.modal-body h3 {
85
    font-size: 14px;
86
    margin: 8px 0 6px 0;
87
    font-weight: 600;
88
}
89
 
90
.modal-body .form-group {
91
    margin-bottom: 8px;
92
}
93
 
94
.modal-body .row {
95
    margin-bottom: 5px;
96
}
97
 
98
.modal-body .form-control.input-sm {
99
    height: 30px;
100
    padding: 4px 8px;
101
    font-size: 12px;
102
}
103
 
104
.modal-body .btn {
105
    padding: 5px 12px;
106
    font-size: 12px;
107
}
108
 
109
.modal-header {
110
    padding: 10px 15px;
111
}
112
 
113
.modal-header .modal-title {
114
    font-size: 15px;
115
}
116
 
117
.modal-footer {
118
    padding: 8px 15px;
119
}
120
 
35571 amit 121
.outgoing_msg:after, .incoming_msg:after, .white_box:after {
35605 amit 122
    content: '';
35571 amit 123
}
124
 
125
.incoming_msg:before, .white_box:before {
35605 amit 126
    content: '';
35571 amit 127
}
128
 
129
.white_box span {
130
    background-color: #ebebeb;
131
    background-size: 5px 5px;
132
    word-break: break-all;
133
    color: black;
134
    display: block;
135
    padding: 10px 10px;
136
    text-align: center;
137
}
138
</style>