diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index bd5a649..ffd4a87 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -392,15 +392,23 @@ a { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-images img { width: 100%; height: auto; } + .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-date-de-parution { + order: 6; } + .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-date-de-parution .field__label { + display: none; } .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-mots-clefs { - order: 6; + order: 7; display: flex; - margin-top: 2rem; + margin-top: 0.8rem; flex-direction: row; flex-wrap: wrap; } + .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-mots-clefs .field__label { + display: none; } + .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-mots-clefs .field__items { + display: flex; + flex-direction: row; } .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-mots-clefs .field__item { margin-right: 0.5rem; - padding-left: 0.3rem; padding-right: 0.3rem; font-size: 0.8rem; } .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div .field--name-field-mots-clefs .field__item a { diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index 805eb2d..b77a0d8 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/web/themes/custom/eql/scss/pages/_static.scss @@ -284,17 +284,28 @@ height: auto; } } - .field--name-field-mots-clefs{ + .field--name-field-date-de-parution{ order: 6; + .field__label{ + display: none; + } + } + .field--name-field-mots-clefs{ + order: 7; display: flex; - margin-top: 2rem; + margin-top: 0.8rem; flex-direction: row; flex-wrap: wrap; - + .field__label{ + display: none; + } + .field__items{ + display: flex; + flex-direction: row; + } .field__item{ margin-right: 0.5rem; - padding-left: 0.3rem; padding-right: 0.3rem; font-size: 0.8rem;