]> git.parisson.com Git - teleforma.git/commitdiff
fix download button
authoryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 13:43:43 +0000 (15:43 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 19 Jul 2012 13:43:43 +0000 (15:43 +0200)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/course_media.html

index 2debd91b5c88cfd3eb8100e28dcf0e856b548130..073a207946751f26dad08cde01ffbfe411b2e3d3 100644 (file)
@@ -1246,7 +1246,7 @@ a.image-link {
     background-image: url('/static/telemeta/images/delete.png');
 }
 .icon_download{
-    background-image: url('/static/telemeta/images/download.png');
+    background-image: url('/static/teleforma/images/download_media.png');
 }
 .icon_rss,.icon_rss:hover{
     background: url('/static/telemeta/images/feed-icon-14x14.png') no-repeat;
index ae7415230e92b74ed26ab7cf53c392c7ba8884f2..967c5da0d18cae418d68541ce694a5751c7195ee 100644 (file)
@@ -68,6 +68,7 @@ $(document).ready(function(){
 </dl>
 </div>
 
+<br />
 {% if media.item.file %}
 <a href="{% url teleforma-media-download media.id %}" class="component_icon button icon_download">{% trans "Download" %}</a>
 {% endif %}