]> git.parisson.com Git - teleforma.git/commitdiff
fix bottom
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:15:08 +0000 (23:15 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 22:15:08 +0000 (23:15 +0100)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/answers.html

index e6bd1d4431dfd3dd3ab48e63cdae4ab909402910..a48233355eff8ce72445ed9b5994b4b492995d65 100644 (file)
@@ -1685,7 +1685,7 @@ input,textarea{
 
 
 #users {
-    padding: 0.8em 0em 0em 0em;
+    padding: 0.8em 0em 3em 0em;
     background-color: #FFF;
     -moz-border-radius: 8px 0px 8px 8px;
     -webkit-border-radius: 8px 0px 8px 8px;
index 6610bbb30cf17f0554d6c4bd785e26d7693d244d..7a96c65283ff60331d31372535d02a53831ddb6a 100644 (file)
@@ -40,7 +40,7 @@ var answerUtils = {
  <div style="background: white;">
   <ul>
   {% block courses %}
-   <li><a href="{% url teleforma-answers-pending %}">{% trans "Pending" %} ({% untreated_answer_count %})</a></li>
+   <li><a href="{% url teleforma-answers-pending %}">{% trans "Pending" %}{% untreated_answer_count %}</a></li>
    <li><a href="{% url teleforma-answers-treated %}">{% trans "Treated" %}</a></li>
   {% endblock courses %}
   </ul>