More adaptative engage button
This commit is contained in:
parent
539afd6d13
commit
e5727618a9
|
|
@ -358,29 +358,20 @@
|
||||||
*/
|
*/
|
||||||
.tac_activate {
|
.tac_activate {
|
||||||
background: #333;
|
background: #333;
|
||||||
display: block;
|
color: #fff;
|
||||||
|
display: table;
|
||||||
|
font-size: 12px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100px;
|
line-height: initial;
|
||||||
min-width: 180px;
|
margin: auto;
|
||||||
position: relative;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tac_activate .tac_float {
|
.tac_float {
|
||||||
background: #333;
|
display: table-cell;
|
||||||
bottom: 0;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 14px;
|
|
||||||
height: 80px;
|
|
||||||
left: 0;
|
|
||||||
line-height: initial;
|
|
||||||
margin: auto;
|
|
||||||
padding: 10px 0;
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: 0;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tac_activate .tac_float b {
|
.tac_activate .tac_float b {
|
||||||
|
|
@ -389,5 +380,17 @@
|
||||||
|
|
||||||
.tac_activate .tac_float .tarteaucitronAllow {
|
.tac_activate .tac_float .tarteaucitronAllow {
|
||||||
background-color: #1B870B;
|
background-color: #1B870B;
|
||||||
margin-top: 10px;
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/***
|
||||||
|
* CSS for services
|
||||||
|
*/
|
||||||
|
ins.ferank-publicite, ins.adsbygoogle {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.amazon_product {
|
||||||
|
height:240px;
|
||||||
|
width:120px;
|
||||||
}
|
}
|
||||||
|
|
@ -669,7 +669,7 @@ var tarteaucitron = {
|
||||||
|
|
||||||
html += '<div class="tac_activate">';
|
html += '<div class="tac_activate">';
|
||||||
html += ' <div class="tac_float">';
|
html += ' <div class="tac_float">';
|
||||||
html += ' <b>' + tarteaucitron.services[id].name + '</b> ' + tarteaucitron.lang.fallback + '<br/>';
|
html += ' <b>' + tarteaucitron.services[id].name + '</b> ' + tarteaucitron.lang.fallback;
|
||||||
html += ' <div class="tarteaucitronAllow" id="Eng' + r + 'ed' + id + '" onclick="tarteaucitron.userInterface.respond(this, true);">';
|
html += ' <div class="tarteaucitronAllow" id="Eng' + r + 'ed' + id + '" onclick="tarteaucitron.userInterface.respond(this, true);">';
|
||||||
html += ' ' + tarteaucitron.lang.allow;
|
html += ' ' + tarteaucitron.lang.allow;
|
||||||
html += ' </div>';
|
html += ' </div>';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue