From d50801a056e4bbced0d7ea855fbded9fb449bfe5 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Sun, 27 Sep 2015 11:35:26 +0200 Subject: [PATCH] [ticket/14202]Add missing sr-only classes PHPBB3-14202 --- phpBB/styles/prosilver/template/forum_fn.js | 4 +++- phpBB/styles/prosilver/template/mcp_post.html | 2 +- phpBB/styles/prosilver/template/mcp_topic.html | 2 +- .../prosilver/template/overall_header.html | 4 ++-- .../prosilver/template/posting_topic_review.html | 4 ++-- .../prosilver/template/search_results.html | 4 ++-- .../prosilver/template/ucp_pm_history.html | 2 +- .../prosilver/template/ucp_pm_viewmessage.html | 8 ++++---- .../prosilver/template/viewtopic_body.html | 16 ++++++++-------- 9 files changed, 24 insertions(+), 22 deletions(-) diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 13a10c8cc0..8902ae1f83 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -579,8 +579,10 @@ function parseDocument($container) { if ($this.hasClass('post-buttons')) { $('.button', $menuContents).removeClass('button'); - $('.js-responsive-menu-link').addClass('button'); + $('.sr-only', $menuContents).removeClass('sr-only'); + $('.js-responsive-menu-link').addClass('button').addClass('button-icon-only'); $('.js-responsive-menu-link .icon').removeClass('fa-bars').addClass('fa-ellipsis-h'); + } copied1 = true; } diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index e1e4ff4732..8e4196cfb7 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -59,7 +59,7 @@
  • - {L_EDIT_POST} + {L_EDIT_POST}
  • diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 0398b773c7..cf7b67e74b 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -101,7 +101,7 @@