]> git.parisson.com Git - teleforma.git/commitdiff
fix chat style
authoryomguy <yomguy@parisson.com>
Sat, 21 Apr 2012 17:07:44 +0000 (19:07 +0200)
committeryomguy <yomguy@parisson.com>
Sat, 21 Apr 2012 17:07:44 +0000 (19:07 +0200)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/inc/chat_room.html

index a9bf708460211f57c624126372b65281cc04e099..b24714656a2d6b31311e4bcdf774fd712177f218 100644 (file)
@@ -1552,9 +1552,8 @@ input,textarea{
     font-size: 0.8125em;
 }
 
-.msg-black {
+.msg {
     font-size: 0.9em;
-    background-image: url(/static/telemeta/images/tw_hd.png);
     }
 
 #users {
index 3d2502a58ec1ec401a5ee18c8d3b59cd1e6a880e..e917e8c2fbd66e6bdf77261b654400bda10b1744 100644 (file)
@@ -4,11 +4,11 @@
 
 <div class="module">
         <h3><img src="{% url telemeta-images "vox_wh.png" %}" alt="rss" style="vertical-align:middle" />{% trans title %}</h3>
-        <div style="background: white;">
+        <div style="background: transparent;">
         <div id="chatwindow"><span id="loading">Loading...</span></div>
         <form id="chatform">{% csrf_token %}
         <label for="msg"></label>
-        <div class="msg-black">
+        <div class="msg">
         <input type="text" id="msg" size="25" />
         <input type="submit" value="{% trans "Send" %}" />
         </div>