]> git.parisson.com Git - teleforma.git/commitdiff
img width
authoryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 13:22:44 +0000 (15:22 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 13:22:44 +0000 (15:22 +0200)
teleforma/templates/teleforma/inc/media_list.html

index 60f6e838c13276be3baf1a99ae25b0c8e54439b5..9a35949a3564100aa165bcae4bffa40d2d60a28a 100644 (file)
@@ -12,7 +12,7 @@
         {% for media in course.media.all|from_course_type:type %}
          {% if media.published or user.is_staff %}
             <tr>
-            <td {% if forloop.first %}class="border-top"{% endif %} width="35%">
+            <td {% if forloop.first %}class="border-top"{% endif %} width="230px">
                 <a href="{% url teleforma-media-detail media.id %}" title="{% trans "View" %}">
                  {% if media.item.related.all %}
                  {% for related in media.item.related.all %}
@@ -35,7 +35,7 @@
                     </dl>
                  </div>
             </td>
-            <td {% if forloop.first %}class="border-top"{% endif %} width="5%" align="center">{% if media.item.file %}<a href="{% url teleforma-media-download media.id %}"><img src="{{ STATIC_URL }}teleforma/images/download_media.png" style="vertical-align:middle" alt="" title="{% trans "Download" %}" /></a>{% endif %}</td>
+            <td {% if forloop.first %}class="border-top"{% endif %} width="10%" align="center">{% if media.item.file %}<a href="{% url teleforma-media-download media.id %}"><img src="{{ STATIC_URL }}teleforma/images/download_media.png" style="vertical-align:middle" alt="" title="{% trans "Download" %}" /></a>{% endif %}</td>
             </tr>
          {% endif %}
         {% endfor %}