aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/chat.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-03 18:00:03 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-03 18:00:03 +0200
commitf13096a6f3b26d9e88dc0d6c07c63a1d5f75346e (patch)
treebb7d77143c43b8c25c6ffbf9e10cfe8d9984c77b /view/tpl/chat.tpl
parent53311a30ad5399e6e981aaab11ffa13af926a3d2 (diff)
downloadvolse-hubzilla-f13096a6f3b26d9e88dc0d6c07c63a1d5f75346e.tar.gz
volse-hubzilla-f13096a6f3b26d9e88dc0d6c07c63a1d5f75346e.tar.bz2
volse-hubzilla-f13096a6f3b26d9e88dc0d6c07c63a1d5f75346e.zip
various fixes
Diffstat (limited to 'view/tpl/chat.tpl')
-rw-r--r--view/tpl/chat.tpl13
1 files changed, 3 insertions, 10 deletions
diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl
index 19b025820..9cf5968cb 100644
--- a/view/tpl/chat.tpl
+++ b/view/tpl/chat.tpl
@@ -18,17 +18,12 @@
<div id="chatTopBar">
<div id="chatLineHolder"></div>
</div>
-
-
<div class="clear"></div>
-
<div id="chatBottomBar" >
- <div class="tip"></div>
<form id="chat-form" method="post" action="#">
<input type="hidden" name="room_id" value="{{$room_id}}" />
- <textarea id="chatText" name="chat_text" class="form-control"></textarea>
<div class="form-group">
-
+ <textarea id="chatText" name="chat_text" class="form-control"></textarea>
</div>
<div id="chat-submit-wrapper">
<div id="chat-submit" class="dropup pull-right">
@@ -65,7 +60,7 @@
<div class="btn-group hidden-xs">
<button id="chat-link-wrapper" class="btn btn-default btn-sm" onclick="chatJotGetLink(); return false;" >
<i id="chat-link" class="icon-link jot-icons" title="{{$insert}}" ></i>
- </button-->
+ </button>
</div>
{{if $feature_encrypt}}
<div class="btn-group hidden-xs">
@@ -86,8 +81,6 @@
{{/if}}
</ul>
</div>
-
-
</div>
<div id="chat-rotator-wrapper" class="pull-left">
<div id="chat-rotator"></div>
@@ -113,7 +106,7 @@ $(document).ready(function() {
});
$(window).resize(function () {
- if($('.generic-content-wrapper').hasClass('fullscreen')) {
+ if($('main').hasClass('fullscreen')) {
adjustFullscreenTopBarHeight();
}
else {