Skip to content
Snippets Groups Projects
Commit 69660e55 authored by llaffont's avatar llaffont
Browse files

Babélio: amélioration intégration vidéos + notes

parent 7814bffe
Branches
Tags
No related merge requests found
......@@ -71,4 +71,20 @@
color: #476777;
background-color: #DFE7EF;
font-size: 13px;
}
\ No newline at end of file
}
/* Vidéos */
#BW_videos h2 {
display: none;
}
.BW_vignette_vid {
width: 500px;
margin: 15px auto 5px auto;
display: block;
}
#BW_videos br {
display: none;
}
......@@ -74,8 +74,8 @@ var tagsNoticeAfterLoad = function(target) {
var avisNoticeAfterLoad = function(target) {
$('<li class="notes_avis_babeltheque"><span id="BW_notes"></span>Babelthèque (<span id="BW_critiques"></span> évaluations, <span id="BW_critiques_pro"></span> critiques pro.)</li>')
.insertAfter(target.find('table tr:nth-child(2) ul li:last-child'));
$('<li class="notes_avis_babeltheque"><span id="BW_notes"></span>Babelthèque (<span id="BW_critiques"></span>, <span id="BW_critiques_pro"></span>)</li>')
.appendTo(target.find('table tr:nth-child(2) ul'));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment