From a55a31b18edbb31d792b38d37d896d13b83b873e Mon Sep 17 00:00:00 2001 From: Tom Reijnders Date: Wed, 29 Dec 2021 22:01:49 +0100 Subject: [PATCH] Fix audio player position when inserted with ckeditor --- .../Nottingham/common_html5/css/mainStyles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/xerte/parent_templates/Nottingham/common_html5/css/mainStyles.css b/modules/xerte/parent_templates/Nottingham/common_html5/css/mainStyles.css index 41a9dc5d0c..12d374f8c8 100644 --- a/modules/xerte/parent_templates/Nottingham/common_html5/css/mainStyles.css +++ b/modules/xerte/parent_templates/Nottingham/common_html5/css/mainStyles.css @@ -398,6 +398,10 @@ audio { margin-top: 10px; } +.ckeditor-html5-audio audio { + display: inline; +} + .highlight { background-image: url("../highlight.png"); }