Align the 3 buttons on the bar
This commit is contained in:
parent
1233699846
commit
0c86a68194
|
|
@ -495,7 +495,7 @@ div#tarteaucitronServices {
|
|||
text-align: center;
|
||||
padding: 10px 0 10px 0;
|
||||
margin: auto;
|
||||
width: calc(100% - 20px); /* 100 % - padding-right - padding-left */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
|
||||
|
|
@ -543,7 +543,7 @@ div#tarteaucitronServices {
|
|||
font-size: 13px;
|
||||
margin-bottom: 3px;
|
||||
margin-left: 7px;
|
||||
padding: 4px 10px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
#tarteaucitronPercentage {
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ var tarteaucitron = {
|
|||
html += ' <button type="button" class="tarteaucitronCTAButton tarteaucitronDeny" id="tarteaucitronAllDenied2">';
|
||||
html += ' ✗ ' + tarteaucitron.lang.denyAll;
|
||||
html += ' </button>';
|
||||
html += ' <br/><br/>';
|
||||
//html += ' <br/><br/>';
|
||||
}
|
||||
|
||||
html += ' <button type="button" id="tarteaucitronCloseAlert">';
|
||||
|
|
|
|||
Loading…
Reference in New Issue