Add button to show/hide userlist

This commit is contained in:
calzoneman 2013-06-06 13:53:10 -04:00
parent 685358b0d8
commit 2c069c26b3
3 changed files with 26 additions and 2 deletions

View file

@ -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">