Subversion Repositories SmartDukaan

Rev

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

Rev 35605 Rev 35619
Line 70... Line 70...
70
}
70
}
71
 
71
 
72
.modal-body {
72
.modal-body {
73
    max-height: 70vh;
73
    max-height: 70vh;
74
    overflow-y: auto;
74
    overflow-y: auto;
-
 
75
    padding: 10px 15px;
-
 
76
}
-
 
77
 
-
 
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;
75
}
119
}
76
 
120
 
77
.outgoing_msg:after, .incoming_msg:after, .white_box:after {
121
.outgoing_msg:after, .incoming_msg:after, .white_box:after {
78
    content: '';
122
    content: '';
79
}
123
}