resssources liées photo en 1er

This commit is contained in:
2026-05-29 15:53:08 +02:00
parent c57031eef8
commit c66e32ebac
3 changed files with 27 additions and 0 deletions
+11
View File
@@ -5511,6 +5511,14 @@ svg.ext {
color: rgb(0, 0, 0); color: rgb(0, 0, 0);
font-weight: 900; font-weight: 900;
} }
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .field--name-field-ressource-s-liee-s- {
display: flex;
flex-direction: column;
}
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .field--name-field-ressource-s-liee-s- .field__item:has(.type-les-projets-en-images) {
display: flex;
order: -1;
}
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource { .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -5609,6 +5617,9 @@ svg.ext {
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource div ul.links.inline { .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource div ul.links.inline {
display: none; display: none;
} }
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource.type-publications-issues-du-programme {
min-width: 30px !important;
}
.path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource.type-les-projets-en-images .field--name-field-images { .path-node.page-node-type-projet .layout-content .region-content #block-contenudelapageprincipale .layout--threecol-25-50-25 .layout__region--third .block-region-third .block-entity-fieldnodefield-ressource-s-liee-s- .node-type-ressource.type-les-projets-en-images .field--name-field-images {
order: 1; order: 1;
width: 100%; width: 100%;
@@ -583,6 +583,15 @@
color: $black; color: $black;
font-weight: 900; font-weight: 900;
} }
.field--name-field-ressource-s-liee-s-{
display: flex;
flex-direction: column;
.field__item:has(.type-les-projets-en-images){
display: flex;
order: -1;
}
}
.node-type-ressource{ .node-type-ressource{
display: flex; display: flex;
@@ -697,7 +706,13 @@
} }
} }
} }
.node-type-ressource.type-publications-issues-du-programme{
min-width: 30px !important;
}
.node-type-ressource.type-les-projets-en-images{ .node-type-ressource.type-les-projets-en-images{
.field--name-field-images{ .field--name-field-images{
// display: none; // display: none;
order: 1; order: 1;
@@ -270,4 +270,5 @@
} }
} }
} }
} }