From f33b312c762a92efa3aecc6e3bb569a0a91b165b Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 4 May 2011 10:58:50 +0200 Subject: [PATCH] fix collection_player style --- telemeta/htdocs/css/telemeta.css | 10 ++++++++++ .../templates/telemeta_default/collection_detail.html | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/telemeta/htdocs/css/telemeta.css b/telemeta/htdocs/css/telemeta.css index 01f65a43..8562ae99 100644 --- a/telemeta/htdocs/css/telemeta.css +++ b/telemeta/htdocs/css/telemeta.css @@ -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; diff --git a/telemeta/templates/telemeta_default/collection_detail.html b/telemeta/templates/telemeta_default/collection_detail.html index 4505e682..57511ae0 100644 --- a/telemeta/templates/telemeta_default/collection_detail.html +++ b/telemeta/templates/telemeta_default/collection_detail.html @@ -53,9 +53,11 @@ {% if collection.has_mediafile %}
-

Listen to this collection +

+

Listen to this collection (M3U, - XSPF)

+ XSPF)

+
-- 2.39.5