Subversion Repositories SmartDukaan

Rev

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

Rev 24500 Rev 24530
Line 57... Line 57...
57
.blue_box, .green_box,.white_box {
57
.blue_box, .green_box,.white_box {
58
    display: block;
58
    display: block;
59
    clear:both;
59
    clear:both;
60
}
60
}
61
.modal-dialog,
61
.modal-dialog,
62
.modal-content {
62
 {
63
    /* 80% of window height */
63
    /* 80% of window height */
64
    height: 80%;
64
    max-height: 80%;
65
}
65
}
66
 
66
 
67
.modal-body {
67
.modal-body {
68
    /* 100% = dialog height, 120px = header + footer */
68
    /* 100% = dialog height, 120px = header + footer */
69
    max-height: calc(100% - 120px);
-
 
70
    overflow-y: scroll;
69
    overflow-y: auto;
71
}
70
}
72
.outgoing_msg:after,.incoming_msg:after,.white_box:after {
71
.outgoing_msg:after,.incoming_msg:after,.white_box:after {
73
  content: '\A';
72
  content: '\A';
74
    white-space: pre;
73
    white-space: pre;
75
}
74
}