aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chat.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-02 14:07:33 -0800
committerfriendica <info@friendica.com>2014-02-02 14:07:33 -0800
commitcf85fec9196a2da90f84b4fb44643994005f84d5 (patch)
tree06fb8942559b51ce7e6780c2397ecb74662a3906 /view/tpl/chat.tpl
parentb39c0d54c07c1a89aa1e4ecaef134b96e4ed4b8a (diff)
parentb7c4f033b503564096c236dd0ecb18ecff2822cb (diff)
downloadvolse-hubzilla-cf85fec9196a2da90f84b4fb44643994005f84d5.tar.gz
volse-hubzilla-cf85fec9196a2da90f84b4fb44643994005f84d5.tar.bz2
volse-hubzilla-cf85fec9196a2da90f84b4fb44643994005f84d5.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/chat.tpl')
-rw-r--r--view/tpl/chat.tpl13
1 files changed, 4 insertions, 9 deletions
diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl
index dba6a777f..eb98063fa 100644
--- a/view/tpl/chat.tpl
+++ b/view/tpl/chat.tpl
@@ -1,14 +1,14 @@
<h1>{{$room_name}}</h1>
-<div id="chatContainer" style="height: 100%; width: 100%;">
+<div id="chatContainer"">
- <div id="chatTopBar" style="float: left; height: 400px; width: 650px; overflow-y: auto;">
+ <div id="chatTopBar">
<div id="chatLineHolder"></div>
</div>
- <div id="chatUsers" style="float: right; width: 120px; height: 100%; border: 1px solid #000;" ></div>
+ <div id="chatUsers"></div>
<div class="clear"></div>
- <div id="chatBottomBar" style="position: relative; bottom: 0; height: 150px; margin-top: 20px;">
+ <div id="chatBottomBar">
<div class="tip"></div>
<form id="chat-form" method="post" action="#">
@@ -22,11 +22,6 @@
</div>
</div>
-<style>
-section {
- padding-bottom: 0;
-}
-</style>
<script>
var room_id = {{$room_id}};