Add button to show/hide userlist
This commit is contained in:
parent
685358b0d8
commit
2c069c26b3
3 changed files with 26 additions and 2 deletions
|
|
@ -58,7 +58,10 @@
|
|||
</div>
|
||||
<div class="row" id="main" style="margin-top: 20px;">
|
||||
<div class="span5" id="chatdiv">
|
||||
<p id="usercount"></p>
|
||||
<div id="usercountcontainer">
|
||||
<i class="icon-chevron-up" id="ulistchevron" title="Show/Hide Userlist"></i>
|
||||
<p id="usercount"></p>
|
||||
</div>
|
||||
<div id="userlist">
|
||||
</div>
|
||||
<div id="messagebuffer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue