]> git.parisson.com Git - teleforma.git/commitdiff
fix msg
authoryomguy <yomguy@parisson.com>
Mon, 23 Jul 2012 01:23:42 +0000 (03:23 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 23 Jul 2012 01:23:42 +0000 (03:23 +0200)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/inc/chat_room.html

index 08a7ec8092339802167509921ae6ff4c7070f7c6..69ab2a8e789c729c42fa360d12705777b0fd73e4 100644 (file)
@@ -1583,7 +1583,7 @@ input,textarea{
 
 #chatwindow {
     min-height: 10em;
-    max-height: 34em;
+    max-height: 39em;
     border-bottom: 1px solid;
     padding: 0.8em;
     overflow: auto;
index 0915bf167d94e0cea088348aedb2c6329c7bc6e4..9c432dc48588b76931ff5b89f534102a3b558c9d 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="28" />
         <input type="submit" value="{% trans "Send" %}" />
         </div>
         </form>