fix #15
This commit is contained in:
parent
295163aae8
commit
b473493ce5
|
|
@ -212,6 +212,10 @@
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
|
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
|
||||||
|
|
@ -150,6 +150,10 @@ var tarteaucitron = {
|
||||||
html += ' <a href="https://opt-out.ferank.eu/service/' + service.key + '" target="_blank">';
|
html += ' <a href="https://opt-out.ferank.eu/service/' + service.key + '" target="_blank">';
|
||||||
html += ' ' + tarteaucitron.lang.more;
|
html += ' ' + tarteaucitron.lang.more;
|
||||||
html += ' </a>';
|
html += ' </a>';
|
||||||
|
html += ' - ';
|
||||||
|
html += ' <a href="' + service.uri + '" target="_blank">';
|
||||||
|
html += ' ' + tarteaucitron.lang.source;
|
||||||
|
html += ' </a>';
|
||||||
html += ' </div>';
|
html += ' </div>';
|
||||||
html += ' <div class="tarteaucitronAsk">';
|
html += ' <div class="tarteaucitronAsk">';
|
||||||
html += ' <div id="' + service.key + 'Allowed" class="tarteaucitronAllow" onclick="tarteaucitron.userInterface.respond(this, true);">';
|
html += ' <div id="' + service.key + 'Allowed" class="tarteaucitronAllow" onclick="tarteaucitron.userInterface.respond(this, true);">';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue