mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
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:
parent
f0d7314837
commit
618082c35e
4 changed files with 18 additions and 159 deletions
|
@ -235,7 +235,7 @@
|
|||
|
||||
<div id="chatbox">
|
||||
<div id="titlebar"><span id ="titlelabel">Chat</span><a id="titlecross" onClick="chat.hide();return false;">- </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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue