diff options
author | marvin-borner@live.com | 2018-04-14 12:17:22 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-14 12:17:22 +0200 |
commit | e3b1cabdd370b452a77c0a0248c69f0c292a9e72 (patch) | |
tree | fff960d8e15e629def09932e1cabe591fc13b46b /index.php | |
parent | 2af483f225ca3c4f9baea3a0c2287fcda2524aa7 (diff) |
Chat design improvements
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -57,10 +57,10 @@ <div class="MainInTab">
<div class="ChatWindow">
<div id="ChatMessages" class="ChatMessages">
-
+ <!-- Messages -->
</div>
- <input title="ChatTextInput" id="ChatTextInput" class="ChatInput" type="text"/>
- <input title="SubscribeTextInput" id="SubscribeTextInput" class="ChatInput" type="text"/>
+ <input title="Type your message..." id="ChatTextInput" class="ChatInput" type="text"/>
+ <input title="Join a group..." id="SubscribeTextInput" class="ChatInput" type="text"/>
</div>
</div>
</div>
|