This commit is contained in:
Amauri CHAMPEAUX 2015-01-27 16:38:45 +01:00
parent 295163aae8
commit b473493ce5
2 changed files with 8 additions and 0 deletions

View File

@ -212,6 +212,10 @@
width: 50%;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
text-decoration: underline;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
display: inline-block;
float: right;

View File

@ -150,6 +150,10 @@ var tarteaucitron = {
html += ' <a href="https://opt-out.ferank.eu/service/' + service.key + '" target="_blank">';
html += ' ' + tarteaucitron.lang.more;
html += ' </a>';
html += ' - ';
html += ' <a href="' + service.uri + '" target="_blank">';
html += ' ' + tarteaucitron.lang.source;
html += ' </a>';
html += ' </div>';
html += ' <div class="tarteaucitronAsk">';
html += ' <div id="' + service.key + 'Allowed" class="tarteaucitronAllow" onclick="tarteaucitron.userInterface.respond(this, true);">';