Subversion Repositories SmartDukaan

Rev

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

Rev 24500 Rev 24530
Line 56... Line 56...
56
}
56
}
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 {
-
 
63
    /* 80% of window height */
62
    /* 80% of window height */
64
    height: 80%;
63
    max-height: 80%;
65
}
64
}
66
 
65
 
67
.modal-body {
66
.modal-body {
68
    /* 100% = dialog height, 120px = header + footer */
-
 
69
    max-height: calc(100% - 120px);
-
 
70
    overflow-y: scroll;
67
    overflow-y: auto;
71
}
68
}
72
.outgoing_msg:after,.incoming_msg:after,.white_box:after {
69
.outgoing_msg:after,.incoming_msg:after,.white_box:after {
73
  content: '\A';
70
  content: '\A';
74
    white-space: pre;
71
    white-space: pre;
75
}
72
}