]> git.parisson.com Git - teleforma.git/commitdiff
fix width
authoryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 15:11:33 +0000 (17:11 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 15:11:33 +0000 (17:11 +0200)
teleforma/templates/teleforma/inc/media_list.html

index 49b122154963710a3eb46e870d9b7b273eb564a8..da9ad5a9fdbc0058ee5fa7ff0646373820600768 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 %}