[ticket/12662] Improve icons and footer links

PHPBB3-12662
This commit is contained in:
PayBas 2014-06-07 23:11:53 +02:00
parent f41947f726
commit 329b1826af
5 changed files with 3 additions and 2 deletions

View file

@ -486,7 +486,7 @@ function parse_document(container)
var $this = $(this),
$body = $('body'),
filterSkip = '.breadcrumbs, [data-skip-responsive]',
filterLast = '.pagination, .icon-faq, .mark-read, .edit-icon, .quote-icon',
filterLast = '.pagination, .icon-faq, .icon-members, .icon-team, .icon-contact, .icon-subscribe, .mark-read, .edit-icon, .quote-icon',
persist = $this.attr('id') == 'nav-main',
allLinks = $this.children(),
links = allLinks.not(filterSkip),

View file

@ -696,7 +696,8 @@ Colours and backgrounds for buttons.css
.icon-faq { background-image: url("./images/icon_faq.gif"); }
.icon-members { background-image: url("./images/icon_members.gif"); }
.icon-team { background-image: url("./images/icon_team.gif"); }
.icon-cookies { background-image: url("./images/icon_cookies.gif"); }
.icon-delete-cookies { background-image: url("./images/icon_delete_cookies.gif"); }
.icon-contact { background-image: url("./images/icon_pm.gif"); }
.icon-home { background-image: url("./images/icon_home.gif"); }
.icon-acp { background-image: url("./images/icon_acp.gif"); }
.icon-mcp { background-image: url("./images/icon_mcp.gif"); }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 342 B

After

Width:  |  Height:  |  Size: 342 B