diff options
author | Thomas Willingham <founder@kakste.com> | 2014-02-02 16:28:58 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-02-02 16:28:58 +0000 |
commit | 5846dc105a368eb4000a97341890abd9fa27381a (patch) | |
tree | 203d1eb5b5fb0fd6a6b2e80eecd85699b33549c4 /view/css | |
parent | e83419b53e27078867f8449f476d87b064b9d502 (diff) | |
download | volse-hubzilla-5846dc105a368eb4000a97341890abd9fa27381a.tar.gz volse-hubzilla-5846dc105a368eb4000a97341890abd9fa27381a.tar.bz2 volse-hubzilla-5846dc105a368eb4000a97341890abd9fa27381a.zip |
Move CSS out of chat template
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_chat.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css new file mode 100644 index 000000000..7f33f2c48 --- /dev/null +++ b/view/css/mod_chat.css @@ -0,0 +1,31 @@ + .chatContainer { + height: 100%; + width: 100%; + } + + .chatTopBar { + float: left; + height: 400px; + width: 650px; + overflow-y: auto; + } + + .chatUsers { + float: right; + width: 120px; + height: 100%; + border: 1px solid #000; + } + + .chatBottomBar { + position: relative; + bottom: 0; + height: 150px; + margin-top: 20px; + } + + section { + padding-bottom: 0; + } + +
\ No newline at end of file |