styling
This commit is contained in:
parent
657974b518
commit
036dea3d0f
|
@ -925,6 +925,10 @@ input[type=checkbox] {
|
||||||
height:155px !important;
|
height:155px !important;
|
||||||
border-left: 1px solid #ccc !important;
|
border-left: 1px solid #ccc !important;
|
||||||
}
|
}
|
||||||
|
.chatAndUsers > #otherusers{
|
||||||
|
max-height: 100px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
.chatAndUsersChat > div > #titlecross{
|
.chatAndUsersChat > div > #titlecross{
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue