]> git.parisson.com Git - teleforma.git/commitdiff
reduce chat msg size
authoryomguy <yomguy@parisson.com>
Fri, 27 Apr 2012 12:06:32 +0000 (14:06 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 27 Apr 2012 12:06:32 +0000 (14:06 +0200)
teleforma/templates/teleforma/inc/chat_room.html

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