make chat honour the pause key (but we still need to ping the server to maintain the in_room status), also the recent change to pull css out of the template file used classes instead of ids so none of the styles were sticking

This commit is contained in:
friendica
2014-02-02 15:50:07 -08:00
parent 02e4527de6
commit 67899677db
3 changed files with 55 additions and 51 deletions

View File

@@ -1,23 +1,23 @@
.chatContainer {
#chatContainer {
height: 100%;
width: 100%;
}
.chatTopBar {
#chatTopBar {
float: left;
height: 400px;
width: 650px;
overflow-y: auto;
}
.chatUsers {
#chatUsers {
float: right;
width: 120px;
height: 100%;
border: 1px solid #000;
}
.chatBottomBar {
#chatBottomBar {
position: relative;
bottom: 0;
height: 150px;