From b84f0791b23e311f7333ac195a8bfb7700231abc Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 15 Sep 2013 00:40:37 +0300 Subject: [PATCH] [ticket/11552] Change breadcrumbs structure PHPBB3-11552 --- phpBB/styles/prosilver/template/forum_fn.js | 4 ++-- phpBB/styles/prosilver/template/overall_header.html | 6 +++--- phpBB/styles/prosilver/theme/common.css | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index cfb95d9cba..316ab1e66f 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -446,7 +446,7 @@ function insert_single_user(formId, user) $('.breadcrumbs').each(function() { var $this = $(this), $body = $('body'), - links = $this.find('a'), + links = $this.find('.crumb'), length = links.length, classes = ['wrapped-wide', 'wrapped-medium', 'wrapped-small'], classesLength = classes.length, @@ -474,7 +474,7 @@ function insert_single_user(formId, user) lastWidth = width; if (wrapped) { - $this.find('a.wrapped').removeClass('wrapped ' + classes.join(' ')); + $this.find('.crumb.wrapped').removeClass('wrapped ' + classes.join(' ')); wrapped = false; if ($this.height() <= maxHeight) return; } diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 7bf60ce67c..3587b3c44a 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,9 +84,9 @@