some work on mod chat

This commit is contained in:
Mario Vavti
2016-03-30 14:31:55 +02:00
parent e4f3605054
commit 5462453bf2
13 changed files with 144 additions and 77 deletions

View File

@@ -1,3 +1,26 @@
#chatroom-new {
display: none;
}
#chatrooms-index {
width: 100%;
}
#chatrooms-index th:nth-child(1),
#chatrooms-index td:nth-child(1){
padding: 7px 3px 7px 10px;
}
#chatrooms-index th:nth-child(3),
#chatrooms-index td:nth-child(3){
padding: 7px 10px 7px 7px;
}
.chatrooms-index-tool {
padding: 7px 10px;
}
#chatContainer {
height: 100%;
width: 100%;