css.html
41 lines
| 1 | <style type="text/css"> |
| 2 | .mailpoet-deactivate-survey-modal { |
| 3 | display: none; |
| 4 | table-layout: fixed; |
| 5 | position: fixed; |
| 6 | z-index: 9999; |
| 7 | width: 100%; |
| 8 | height: 100%; |
| 9 | text-align: center; |
| 10 | font-size: 14px; |
| 11 | top: 0; |
| 12 | left: 0; |
| 13 | background: rgba(0,0,0,0.8); |
| 14 | } |
| 15 | .mailpoet-deactivate-survey-wrap { |
| 16 | display: table-cell; |
| 17 | vertical-align: middle; |
| 18 | } |
| 19 | |
| 20 | .mailpoet-deactivate-survey { |
| 21 | background-color: #fff; |
| 22 | border: 0 solid #ccc; |
| 23 | border-radius: 3px; |
| 24 | margin: 0 auto; |
| 25 | padding: 12px; |
| 26 | width: 520px; |
| 27 | direction: ltr; |
| 28 | } |
| 29 | |
| 30 | .mailpoet-deactivate-survey a.button { |
| 31 | white-space: normal; |
| 32 | height: auto; |
| 33 | } |
| 34 | |
| 35 | .pds-box .pds-vote { |
| 36 | display: flex; |
| 37 | align-items: center; |
| 38 | justify-content: center; |
| 39 | } |
| 40 | </style> |
| 41 |