aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authormarvin-borner@live.com2018-04-14 12:17:22 +0200
committermarvin-borner@live.com2018-04-14 12:17:22 +0200
commite3b1cabdd370b452a77c0a0248c69f0c292a9e72 (patch)
treefff960d8e15e629def09932e1cabe591fc13b46b /index.php
parent2af483f225ca3c4f9baea3a0c2287fcda2524aa7 (diff)
Chat design improvements
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 8da157a..3836cf8 100644
--- a/index.php
+++ b/index.php
@@ -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>