diff --git a/core/layout/common.css b/core/layout/common.css index 0b07e24..0c985dd 100644 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1088,10 +1088,7 @@ figure.image figcaption { margin: 4px; text-align: center; } -/* Template bloc coloré pleine largeur dans tinymce et l'aperçu des templates*/ -#tinymce > .blockFullWidth{ - padding: 10px 20px; -} -.editorWysiwyg > div.blockFullWidth { - padding: 10px 30px; -} +/* Template bloc coloré pleine largeur dans tinymce et l'aperçu des templates */ +body.editorWysiwyg > .blockFullWidth { + padding: 10px 30px; +} \ No newline at end of file