]> git.parisson.com Git - teleforma.git/commitdiff
more chat space
authoryomguy <yomguy@parisson.com>
Fri, 6 Jul 2012 13:53:14 +0000 (15:53 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 6 Jul 2012 13:53:14 +0000 (15:53 +0200)
teleforma/templates/teleforma/inc/chat_room.html

index 0d2165d6e5a718193a7ef45aa84e38dfbc42da6e..ccf6c9815fc2ff8ef3cd42f93694285df94e6a44 100644 (file)
@@ -9,7 +9,7 @@
         <form id="chatform">{% csrf_token %}
         <label for="msg"></label>
         <div class="msg">
-        <input type="text" id="msg" size="16" />
+        <input type="text" id="msg" size="26" />
         <input type="submit" value="{% trans "Send" %}" />
         </div>
         </form>