mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/11552] Padding for lists with checkbox
PHPBB3-11552
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user