From 3afad422898705d4fca2f27c2343bb62982da415 Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 29 Nov 2023 21:46:32 +0100 Subject: [PATCH] css node-operation-edit-form summary --- web/themes/custom/reha/css/reha.css | 2 ++ .../custom/reha/scss/pages/_modifier-une-operation.scss | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 2029543..117e25f 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -798,6 +798,8 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div margin-top: 1rem; } #block-reha-contenudelapageprincipale #node-operation-edit-form #edit-field-commentaire-0-value { width: 80%; } + #block-reha-contenudelapageprincipale #node-operation-edit-form #edit-field-adresse-0 summary { + display: none; } #block-reha-contenudelapageprincipale #node-operation-edit-form #edit-field-adresse-0-address-container2 { display: flex; flex-direction: row; diff --git a/web/themes/custom/reha/scss/pages/_modifier-une-operation.scss b/web/themes/custom/reha/scss/pages/_modifier-une-operation.scss index 879bf69..64749af 100644 --- a/web/themes/custom/reha/scss/pages/_modifier-une-operation.scss +++ b/web/themes/custom/reha/scss/pages/_modifier-une-operation.scss @@ -72,6 +72,12 @@ #edit-field-commentaire-0-value{ width: 80%; } + #edit-field-adresse-0{ + summary{ + display: none; + } + } + #edit-field-adresse-0-address-container2{ display: flex; flex-direction: row;