From cf6d6d3445be1af2a40e16f8d24633910f33690f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 1 Jul 2021 20:52:55 +0200 Subject: [PATCH] [ticket/14771] Add CSS class for audio controls PHPBB3-14771 --- phpBB/styles/prosilver/template/attachment.html | 2 +- phpBB/styles/prosilver/theme/content.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html index 6c1ed01da9..58c82cb7ea 100644 --- a/phpBB/styles/prosilver/template/attachment.html +++ b/phpBB/styles/prosilver/template/attachment.html @@ -35,7 +35,7 @@ {% if _file.COMMENT %}
{{ _file.COMMENT }}
{% endif %}
{{ _file.DOWNLOAD_NAME }} ({{ _file.FILESIZE }} {{ _file.SIZE_LANG }}) {{ _file.L_DOWNLOAD_COUNT }}
-
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 338016ac2c..1313e6b604 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -682,6 +682,10 @@ dl.thumbnail dt a:hover img { border: 1px solid transparent; } +audio.file-audio-controls { + max-width: 100%; +} + /* Post poll styles ---------------------------------------- */ fieldset.polls {