Align the 3 buttons on the bar

This commit is contained in:
Amauri CHAMPEAUX 2020-10-12 16:03:26 +02:00
parent 1233699846
commit 0c86a68194
2 changed files with 3 additions and 3 deletions

View File

@ -495,7 +495,7 @@ div#tarteaucitronServices {
text-align: center; text-align: center;
padding: 10px 0 10px 0; padding: 10px 0 10px 0;
margin: auto; margin: auto;
width: calc(100% - 20px); /* 100 % - padding-right - padding-left */ width: 100%;
} }
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
@ -543,7 +543,7 @@ div#tarteaucitronServices {
font-size: 13px; font-size: 13px;
margin-bottom: 3px; margin-bottom: 3px;
margin-left: 7px; margin-left: 7px;
padding: 4px 10px; padding: 5px 10px;
} }
#tarteaucitronPercentage { #tarteaucitronPercentage {

View File

@ -416,7 +416,7 @@ var tarteaucitron = {
html += ' <button type="button" class="tarteaucitronCTAButton tarteaucitronDeny" id="tarteaucitronAllDenied2">'; html += ' <button type="button" class="tarteaucitronCTAButton tarteaucitronDeny" id="tarteaucitronAllDenied2">';
html += ' &#10007; ' + tarteaucitron.lang.denyAll; html += ' &#10007; ' + tarteaucitron.lang.denyAll;
html += ' </button>'; html += ' </button>';
html += ' <br/><br/>'; //html += ' <br/><br/>';
} }
html += ' <button type="button" id="tarteaucitronCloseAlert">'; html += ' <button type="button" id="tarteaucitronCloseAlert">';