margin, display none ressources liées

This commit is contained in:
2026-06-26 10:29:09 +02:00
parent 265bff668d
commit 55de8453a8
3 changed files with 9 additions and 14 deletions
+3 -10
View File
@@ -495,12 +495,8 @@ svg.ext {
.path-projets-complets .view-projets .field--name-field-encours-fini { .path-projets-complets .view-projets .field--name-field-encours-fini {
display: none; display: none;
} }
@media screen {
.path-projets-complets .view-projets .node-type-projet {
visibility: hidden;
}
}
.path-projets-complets .projet-ressources-liees { .path-projets-complets .projet-ressources-liees {
display: none;
margin-top: 2rem; margin-top: 2rem;
width: 80%; width: 80%;
} }
@@ -770,6 +766,7 @@ svg.ext {
padding-top: 3rem; padding-top: 3rem;
} }
.path-projets-complets .layout-content .views-row .projet-ressources-liees { .path-projets-complets .layout-content .views-row .projet-ressources-liees {
display: none;
padding-top: 3rem; padding-top: 3rem;
width: 80%; width: 80%;
margin: auto; margin: auto;
@@ -804,10 +801,6 @@ svg.ext {
.path-projets-complets .views-row:first-child { .path-projets-complets .views-row:first-child {
page-break-before: auto; page-break-before: auto;
} }
.path-projets-complets .projet-header-print {
page-break-after: always;
break-after: page;
}
} }
.field--name-field-etape-du-projet, .field--name-field-etape-du-projet,
.field--name-field-type-de-projet, .field--name-field-type-de-projet,
@@ -864,7 +857,7 @@ svg.ext {
margin-top: 0; margin-top: 0;
} }
.field--name-field-textes p { .field--name-field-textes p {
margin-top: 0.5rem; margin-top: 0rem;
} }
.field--name-field-textes .paragraph--type--texte { .field--name-field-textes .paragraph--type--texte {
margin-top: 1.5rem; margin-top: 1.5rem;
@@ -208,12 +208,13 @@
@media screen { @media screen {
.node-type-projet { .node-type-projet {
visibility: hidden; // visibility: hidden;
} }
} }
} }
.projet-ressources-liees{ .projet-ressources-liees{
display: none;
margin-top: 2rem; margin-top: 2rem;
width: 80%; width: 80%;
// margin: auto; // margin: auto;
@@ -329,6 +329,7 @@
padding-top: 3rem ; padding-top: 3rem ;
} }
.projet-ressources-liees{ .projet-ressources-liees{
display: none;
padding-top: 3rem; padding-top: 3rem;
width: 80%; width: 80%;
margin: auto; margin: auto;
@@ -383,8 +384,8 @@
} }
.path-projets-complets .projet-header-print { .path-projets-complets .projet-header-print {
page-break-after: always; // page-break-after: always;
break-after: page; // break-after: page;
} }
} }
@@ -434,7 +435,7 @@
} }
} }
ul{margin-top: 0;} ul{margin-top: 0;}
p{margin-top: 0.5rem;} p{margin-top: 0rem;}
.paragraph--type--texte{ .paragraph--type--texte{
margin-top: 1.5rem; margin-top: 1.5rem;
.field--name-field-titre{ .field--name-field-titre{