]> git.parisson.com Git - teleforma.git/commitdiff
fix button colors
authoryomguy <yomguy@parisson.com>
Fri, 6 Jul 2012 13:57:09 +0000 (15:57 +0200)
committeryomguy <yomguy@parisson.com>
Fri, 6 Jul 2012 13:57:09 +0000 (15:57 +0200)
teleforma/templates/postman/base.html
teleforma/templates/telemeta/inc/user_list.html
teleforma/templates/telemeta/profile_detail.html

index 297e47b20ef9f63f489a9bb177c8903b7172b61f..5f061d6dfefd963afd400d48a414b4f4571254c5 100644 (file)
@@ -20,7 +20,7 @@
 </div>
 </div>
 <div class="module_action">
-<a href="{% url postman_write %}" class="component_icon button" id="action_red">{% trans "New message" %}</a>
+<a href="{% url postman_write %}" class="component_icon button" id="action_orange">{% trans "New message" %}</a>
 </div>
 </div>
 
index 850a948589feb147a9f24a439d22a143a926a9bc..be273d36da4d8c75f9e095d375eda742da577a02 100644 (file)
@@ -69,7 +69,7 @@
         <td></td>
         <td></td>
     {%  endif %}
-    <td><a href="{% url postman_write user.username %}" class="component_icon button" id="action_red">{% trans "Message" %}</a></td>
+    <td><a href="{% url postman_write user.username %}" class="component_icon button" id="action_orange">{% trans "Message" %}</a></td>
     </tr>
     {% endfor %}
     </tbody>
index 78d1d11f7686381f8831e3b52056f19cfebfa5c3..fb0d448491bf48332eb3ebc57896d0101466acb6 100644 (file)
@@ -33,7 +33,7 @@
 
   {% if user.is_authenticated %}
    <div class="module_action">
-    <a href="{% url postman_write usr.username %}" class="component_icon button" id="action_red">{% trans "Send a message" %}</a>
+    <a href="{% url postman_write usr.username %}" class="component_icon button" id="action_orange">{% trans "Send a message" %}</a>
    </div>
   {%  endif %}
  </div>