Added a prompt to users to type in the box to start chatting and also a button to always enable chat.. @0ip will need to re-style this if it gets merged

This commit is contained in:
John McLear 2012-02-02 18:58:43 +00:00
parent f0d7314837
commit 618082c35e
4 changed files with 18 additions and 159 deletions

View file

@ -235,7 +235,7 @@
<div id="chatbox">
<div id="titlebar"><span id ="titlelabel">Chat</span><a id="titlecross" onClick="chat.hide();return false;">-&nbsp;</a></div>
<div id="chattext" class="authorColors"></div>
<div id="chattext" class="authorColors"><div id="chattextholder">Begin your conversation by typing in the box below.<br/><br/><button onClick="chat.stickToScreen();return false;">Always display chat</a></div></div>
<div id="chatinputbox">
<form>
<input id="chatinput" type="text" maxlength="140">