]> git.0d.be Git - panikweb.git/commitdiff
add panikombo dependency, for the soundfile cell type
authorFrédéric Péters <fpeters@0d.be>
Thu, 12 Mar 2015 16:53:18 +0000 (17:53 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 12 Mar 2015 16:53:18 +0000 (17:53 +0100)
panikweb/settings.py
panikweb_templates/static/css/specifics.css
panikweb_templates/static/js/specifics.js

index d4710e8c618f6ed6951693a22921061747a024ca..85d1a3ea8d470cde03b4b42cdbc2579c95201203 100644 (file)
@@ -150,6 +150,7 @@ INSTALLED_APPS = (
     'nonstop',
     'combo.data',
     'combo.public',
     'nonstop',
     'combo.data',
     'combo.public',
+    'panikombo',
 )
 
 CKEDITOR_UPLOAD_PATH = os.path.join(MEDIA_ROOT, 'uploads')
 )
 
 CKEDITOR_UPLOAD_PATH = os.path.join(MEDIA_ROOT, 'uploads')
index 520237faf86a897d1d3c24e24858ded1206af8d9..e2fb3fb8f28f95d050ff58b2e94ad660f2738b5a 100644 (file)
@@ -1502,6 +1502,10 @@ h3.episode-subtitle {
        font-weight: bold;
 }
 
        font-weight: bold;
 }
 
+#fiber-content div.extra-soundfiles strong {
+       text-transform: uppercase;
+}
+
 .nonstop-track-title, .nonstop-track-artist {
        font-size: 80%;
 }
 .nonstop-track-title, .nonstop-track-artist {
        font-size: 80%;
 }
index 731bf2014f583cd1a7a381fa2d635a8e96b4c234..1d9c35252df9b9682023104118027df92203d7d0 100644 (file)
@@ -446,7 +446,7 @@ $(function() {
                        $(this).toggleClass('right marged');
                });
 
                        $(this).toggleClass('right marged');
                });
 
-               $('#Main #Emission-tabs-detail audio').each(function(index, audio) {
+               $('#Main #Emission-tabs-detail audio, div.soundcell audio').each(function(index, audio) {
                        var audio_src = $(audio).find('source')[0];
                        var sound_id = $(audio).data('sound-id');
                        var $waveform = $(audio).next();
                        var audio_src = $(audio).find('source')[0];
                        var sound_id = $(audio).data('sound-id');
                        var $waveform = $(audio).next();