41 lines
773 B
HTML
41 lines
773 B
HTML
|
<style type="text/css">
|
||
|
.mailpoet-deactivate-survey-modal {
|
||
|
display: none;
|
||
|
table-layout: fixed;
|
||
|
position: fixed;
|
||
|
z-index: 9999;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
text-align: center;
|
||
|
font-size: 14px;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
background: rgba(0,0,0,0.8);
|
||
|
}
|
||
|
.mailpoet-deactivate-survey-wrap {
|
||
|
display: table-cell;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.mailpoet-deactivate-survey {
|
||
|
background-color: #fff;
|
||
|
border: 0 solid #ccc;
|
||
|
border-radius: 3px;
|
||
|
margin: 0 auto;
|
||
|
padding: 12px;
|
||
|
width: 520px;
|
||
|
direction: ltr;
|
||
|
}
|
||
|
|
||
|
.mailpoet-deactivate-survey a.button {
|
||
|
white-space: normal;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.pds-box .pds-vote {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
</style>
|