Move the allowed/denied indicator near the cookie information
This commit is contained in:
parent
74bff595d2
commit
aaed3a8527
|
|
@ -13,6 +13,14 @@ span.tarteaucitronReadmoreSeparator {
|
|||
}
|
||||
/******/
|
||||
|
||||
/** 09052021 **/
|
||||
.tarteaucitronName .tacCurrentStatus, .tarteaucitronName .tarteaucitronReadmoreSeparator {
|
||||
color: #333!important;
|
||||
font-size: 12px!important;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
/**************/
|
||||
|
||||
/** 27032021 **/
|
||||
button.tarteaucitron-toggle-group {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -761,9 +761,10 @@ var tarteaucitron = {
|
|||
|
||||
html += '<li id="' + service.key + 'Line" class="tarteaucitronLine">';
|
||||
html += ' <div class="tarteaucitronName">';
|
||||
html += ' <span class="tarteaucitronH3" role="heading" aria-level="3">' + service.name + ' (<span id="tacCurrentStatus' + service.key + '">'+currentStatus+'</span>)</span>';
|
||||
html += ' <span class="tarteaucitronH3" role="heading" aria-level="3">' + service.name + '</span>';
|
||||
html += ' <span class="tacCurrentStatus" id="tacCurrentStatus' + service.key + '">'+currentStatus+'</span>';
|
||||
html += ' <span class="tarteaucitronReadmoreSeparator"> - </span>';
|
||||
html += ' <span id="tacCL' + service.key + '" class="tarteaucitronListCookies"></span><br/>';
|
||||
|
||||
if (tarteaucitron.parameters.moreInfoLink == true) {
|
||||
|
||||
var link = 'https://tarteaucitron.io/service/' + service.key + '/';
|
||||
|
|
|
|||
Loading…
Reference in New Issue