Added Chat (disabled for now).

This commit is contained in:
Gunther Brunner
2014-06-19 16:59:25 +09:00
parent c1adb9087a
commit af6fa9fe29
11 changed files with 135 additions and 4 deletions

View File

@@ -31,3 +31,13 @@
width: 860px;
}
.modal-size-80p .modal-dialog {
width: 80%;
height: 100%;
/*max-height: 800px;*/
}
.modal-size-80p .modal-body {
height: 100%;
max-height: 800px;
}