Skip to content
Snippets Groups Projects
Commit 7eb403a6 authored by llaffont's avatar llaffont
Browse files

Intégration Babélio

parent 9d9a0351
No related merge requests found
/* Pour l'instant juste un backup */
/* Perso AFI */
/* Tags */
#BW_etiquettes nobr {
......@@ -32,12 +33,17 @@
}
/* Avis */
#BW_critiques h2,
#BW_notes h2 {
display: inline;
}
#BW_critiques h2,
#BW_critiques h2 {
font-size: 11px;
margin-right: 5px;
}
#BW_critiques_pro h2 {
display: none;
}
......@@ -73,7 +79,6 @@
font-size: 13px;
}
/* Vidéos */
#BW_videos h2 {
display: none;
......@@ -87,4 +92,4 @@
#BW_videos br {
display: none;
}
}
\ No newline at end of file
......@@ -74,7 +74,7 @@ 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>, <span id="BW_critiques_pro"></span>)</li>')
$('<li class="notes_avis_babeltheque"><span id="BW_notes"></span><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