console
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -5481,7 +5481,7 @@ svg.ext {
|
||||
align-items: center;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters .buttons-filtres-ressources button.button-articles a::before {
|
||||
content: url("../images/pictos/ecrits.png");
|
||||
content: url("../images/pictos/ecrits.svg");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters .buttons-filtres-ressources button.button-articles a:hover::before {
|
||||
@@ -5493,7 +5493,7 @@ svg.ext {
|
||||
align-items: center;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters .buttons-filtres-ressources button.button-publications-rapports a::before {
|
||||
content: url("../images/pictos/ecrits.png");
|
||||
content: url("../images/pictos/ecrits.svg");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters .buttons-filtres-ressources button.button-publications-rapports a:hover::before {
|
||||
|
||||
@@ -92,12 +92,13 @@ jQuery(function ($) {
|
||||
.replace(/(^-|-$)/g, '');
|
||||
$(this).addClass('type-media-' + className);
|
||||
});
|
||||
|
||||
console.log(media);
|
||||
// SLIDES RECONSTRUCTION LORS DU CHARGEMENT COMPLET
|
||||
$(window).on('load', function () {
|
||||
const $viewContent = $('.path-ressources .view-content').first();
|
||||
if ($viewContent.length === 0) return;
|
||||
$viewContent.addClass('view-ressources-hidden');
|
||||
|
||||
|
||||
const allowedTypes = [
|
||||
'type-publication-issue-du-programme-eqld',
|
||||
@@ -155,6 +156,7 @@ jQuery(function ($) {
|
||||
if (!isCustom) {
|
||||
$(this).remove();
|
||||
}
|
||||
console.log(classes);
|
||||
});
|
||||
|
||||
$viewContent.removeClass('view-ressources-hidden');
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content:url("../images/pictos/ecrits.png");
|
||||
content:url("../images/pictos/ecrits.svg");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
&:hover::before{
|
||||
@@ -250,7 +250,7 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
&::before{
|
||||
content:url("../images/pictos/ecrits.png");
|
||||
content:url("../images/pictos/ecrits.svg");
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
&:hover::before{
|
||||
|
||||
Reference in New Issue
Block a user