]> git.parisson.com Git - telemeta.git/commitdiff
fix collection_player style
authoryomguy <yomguy@parisson.com>
Wed, 4 May 2011 08:58:50 +0000 (10:58 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 4 May 2011 08:58:50 +0000 (10:58 +0200)
telemeta/htdocs/css/telemeta.css
telemeta/templates/telemeta_default/collection_detail.html

index 01f65a438215b341a103b876773c908b786cc903..8562ae99b06a49a3c7e1ffa6f8978f0da39c99a1 100644 (file)
@@ -166,6 +166,16 @@ a img { border: none; }
     padding: 0;
 }
 
+#collection_player {
+    background: transparent; 
+/*     background-image: url(../images/grid_bg.png); */
+}
+
+#collection_player .title {
+    padding: 2px 5px 7px 5px; 
+}
+
+
 .exporter {
     background-color: #fff;
     border: 1px solid #adadad;
index 4505e682f7a759bc195705577bc371ab909139eb..57511ae0158b36dc2e1894082784be4dd9ca328a 100644 (file)
         {% if collection.has_mediafile %}
         <div id="rightcol">
             <div id="collection_player">
-              <p><b>Listen to this collection</b>
+             <div class="title">
+              <h3><b>Listen to this collection</b>
               (<a href="{% url telemeta-collection-m3u collection.public_id %}">M3U</a>,
-              <a href="{% url telemeta-collection-xspf collection.public_id %}">XSPF</a>)</p>
+              <a href="{% url telemeta-collection-xspf collection.public_id %}">XSPF</a>)</h3>
+             </div>
                 <!-- This is Jeroen Wijering's Flash MP3 Player, 
                   under CC Attribution-NonCommercial-ShareAlike 2.0 license
                   from: http://www.jeroenwijering.com/?item=Flash_MP3_Player-->