diff options
author | friendica <info@friendica.com> | 2014-02-02 15:50:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-02 15:50:07 -0800 |
commit | 67899677db8bde044284aaec6237559a68a27b6a (patch) | |
tree | d9f34238fc2500a4bbb0b9113e908ed231ebfc80 /view/css | |
parent | 02e4527de682042562dccac83899ef562c4b1e05 (diff) | |
download | volse-hubzilla-67899677db8bde044284aaec6237559a68a27b6a.tar.gz volse-hubzilla-67899677db8bde044284aaec6237559a68a27b6a.tar.bz2 volse-hubzilla-67899677db8bde044284aaec6237559a68a27b6a.zip |
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
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_chat.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css index 7f33f2c48..ce6e59af1 100644 --- a/view/css/mod_chat.css +++ b/view/css/mod_chat.css @@ -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; |