';
- html += ' ✔ ' + tarteaucitron.lang.allow;
+ html += ' ✓ ' + tarteaucitron.lang.allow;
html += '
';
html += ' ✗ ' + tarteaucitron.lang.deny;
@@ -697,9 +697,16 @@ var tarteaucitron = {
if (type === 'box') {
if (document.getElementById('tarteaucitronAlertSmall') !== null && document.getElementById('tarteaucitronCookiesNumber') !== null) {
+
+ // reset
+ tarteaucitron.userInterface.css('tarteaucitronCookiesNumber', 'padding', '0px 10px');
+
+ // calculate
alertSmallHeight = document.getElementById('tarteaucitronAlertSmall').offsetHeight;
cookiesNumberHeight = document.getElementById('tarteaucitronCookiesNumber').offsetHeight;
paddingBox = (alertSmallHeight - cookiesNumberHeight) / 2;
+
+ // apply
tarteaucitron.userInterface.css('tarteaucitronCookiesNumber', 'padding', paddingBox + 'px 10px');
}
} else if (type === 'main') {
@@ -1139,7 +1146,7 @@ var tarteaucitron = {
html += '
';
html += '
' + tarteaucitron.services[id].name + ' ' + tarteaucitron.lang.fallback;
html += '
';
- html += ' ✔ ' + tarteaucitron.lang.allow;
+ html += ' ✓ ' + tarteaucitron.lang.allow;
html += '
';
html += '
';
html += '