Add a link for more information about each services

This commit is contained in:
1002Studio 2015-01-11 06:49:41 +01:00
parent c8ce5f9965
commit 3784a8efff
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@
#tarteaucitron a { #tarteaucitron a {
color: rgb(66, 66, 66); color: rgb(66, 66, 66);
font-size: 11px; font-size: 11px;
font-style: italic; font-weight: 700;
text-decoration: none; text-decoration: none;
} }

View File

@ -147,8 +147,8 @@ var tarteaucitron = {
html += ' <div class="tarteaucitronName">'; html += ' <div class="tarteaucitronName">';
html += ' <b>' + service.name + '</b><br/>'; html += ' <b>' + service.name + '</b><br/>';
html += ' <span id="tacCL' + service.key + '" class="tarteaucitronListCookies"></span><br/>'; html += ' <span id="tacCL' + service.key + '" class="tarteaucitronListCookies"></span><br/>';
html += ' <a href="' + service.uri + '" target="_blank">'; html += ' <a href="https://opt-out.ferank.eu/service/' + service.key + '" target="_blank">';
html += ' ' + tarteaucitron.lang.more + ' : ' + service.uri.split('/')[2]; html += ' ' + tarteaucitron.lang.more;
html += ' </a>'; html += ' </a>';
html += ' </div>'; html += ' </div>';
html += ' <div class="tarteaucitronAsk">'; html += ' <div class="tarteaucitronAsk">';