From 61b5ebfdd37e953ebddb844344164229e0b20baf Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 20 Oct 2013 20:45:59 +0300 Subject: [ticket/11552] Padding for lists with checkbox PHPBB3-11552 --- phpBB/styles/prosilver/template/forum_fn.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index 759a27c80a..a2758de9dc 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -445,6 +445,9 @@ function insert_single_user(formId, user) return; } + // Adjust topiclist lists with check boxes + $('ul.topiclist dd.mark').siblings('dt').children('.list-inner').addClass('with-mark'); + // Resize navigation block to keep all links on same line $('.navlinks').each(function() { var $this = $(this), -- cgit v1.2.1