Slight layout tweak

Also added a "current video" indicator
This commit is contained in:
calzoneman 2013-03-16 15:13:40 -05:00
parent dbb86a73a8
commit c5d9350351
3 changed files with 6 additions and 4 deletions

View file

@ -53,7 +53,7 @@
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="span6">
<div class="span5">
<p id="usercount"></p>
<div id="userlist">
</div>
@ -61,7 +61,8 @@
</div>
<input type="text" id="chatline">
</div>
<div class="span6">
<div class="span7">
<p id="currenttitle">Currently Playing: </p>
<div id="ytapiplayer">
</div>
</div>