Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-01-14 20:09:30 +0300
committerStefan Giehl <stefan@piwik.org>2017-01-14 20:09:30 +0300
commit621595e6e5c1fe2eeb9adb082d284e9deaa737f9 (patch)
tree67fb9543fa7b1786fe9df3d4f59c98e9caf30f7a /plugins/SEO
parent77e304831cdf323019935c601ace3b1894686816 (diff)
fixed icon size for SEO plugin (#11193)
* fixed icon size for SEO plugin * higher resolution globe icon
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/images/whois.pngbin928 -> 2628 bytes
-rw-r--r--plugins/SEO/templates/getRank.twig2
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/images/whois.png b/plugins/SEO/images/whois.png
index ac5957ad62..0d7ab965bb 100644
--- a/plugins/SEO/images/whois.png
+++ b/plugins/SEO/images/whois.png
Binary files differ
diff --git a/plugins/SEO/templates/getRank.twig b/plugins/SEO/templates/getRank.twig
index a00094e2df..16f978544d 100644
--- a/plugins/SEO/templates/getRank.twig
+++ b/plugins/SEO/templates/getRank.twig
@@ -30,7 +30,7 @@
{% set seoLink %}{% if rank.logo_link is not empty %}<a class="linkContent" href="?module=Proxy&action=redirect&url={{ rank.logo_link|url_encode }}"
target="_blank"
{% if rank.logo_tooltip is not empty %}title="{{ rank.logo_tooltip }}"{% endif %}>{% endif %}{% endset %}
- <td>{% if rank.logo_link is not empty %}{{ seoLink|raw }}{% endif %}<img
+ <td>{% if rank.logo_link is not empty %}{{ seoLink|raw }}{% endif %}<img width="16px" height="16px"
style='vertical-align:middle;margin-right:6px;' src='{{ rank.logo }}' border='0'
alt="{{ rank.label }}">{% if rank.logo_link is not empty %}</a>{% endif %} {{ rank.label|raw }}
</td>