This commit is contained in:
John McLear 2015-01-21 17:25:06 +00:00
parent 657974b518
commit 036dea3d0f
1 changed files with 4 additions and 0 deletions

View File

@ -925,6 +925,10 @@ input[type=checkbox] {
height:155px !important;
border-left: 1px solid #ccc !important;
}
.chatAndUsers > #otherusers{
max-height: 100px;
overflow-y: auto;
}
.chatAndUsersChat > div > #titlecross{
display:none;
}