| 1 |
.ays_poll_maker_block_select { |
| 2 |
width: 200px !important; |
| 3 |
} |
| 4 |
|
| 5 |
.ays_poll_maker_block_select_poll .ays_poll_maker_block_select { |
| 6 |
margin: auto; |
| 7 |
width: 70% !important; |
| 8 |
} |
| 9 |
|
| 10 |
.ays_poll_maker_block_select select { |
| 11 |
font-size: 14px !important; |
| 12 |
width: 100% !important; |
| 13 |
height: 40px !important; |
| 14 |
padding-top: 0 !important; |
| 15 |
padding-bottom: 0 !important; |
| 16 |
line-height: initial !important; |
| 17 |
} |
| 18 |
|
| 19 |
.components-panel__header.edit-post-sidebar-header button[aria-label="Unpin from toolbar"] { |
| 20 |
display: none; |
| 21 |
} |
| 22 |
|
| 23 |
.poll-maker-sidebar-content select { |
| 24 |
width: 95%; |
| 25 |
} |
| 26 |
|
| 27 |
.poll-maker-sidebar-content > div > div { |
| 28 |
text-align: center; |
| 29 |
} |
| 30 |
|
| 31 |
.poll-maker-sidebar-content label { |
| 32 |
width: 100%; |
| 33 |
text-align: left; |
| 34 |
padding: 4px; |
| 35 |
} |
| 36 |
|
| 37 |
.ays-poll-main{ |
| 38 |
margin: auto; |
| 39 |
} |
| 40 |
|
| 41 |
.ays_poll_maker_block_container { |
| 42 |
box-sizing: border-box; |
| 43 |
} |
| 44 |
|
| 45 |
.ays-poll-container .ays-poll-section:first-of-type { |
| 46 |
display: block; |
| 47 |
} |
| 48 |
|
| 49 |
.ays-poll-container .ays-poll-section-footer, |
| 50 |
.ays-poll-container .ays-poll-answer, |
| 51 |
.ays-poll-container textarea, |
| 52 |
.ays-poll-container select, |
| 53 |
.ays-poll-container input { |
| 54 |
pointer-events: none; |
| 55 |
} |
| 56 |
|
| 57 |
.ays_poll_maker_block_select_poll { |
| 58 |
padding: 20px; |
| 59 |
display: flex; |
| 60 |
justify-content: center; |
| 61 |
align-items: flex-end; |
| 62 |
height: 160px; |
| 63 |
position: relative; |
| 64 |
z-index: 1; |
| 65 |
overflow: hidden; |
| 66 |
border: 1px solid; |
| 67 |
background-image: url(../admin/images/icons/icon-poll-128x128.png); |
| 68 |
background-repeat: no-repeat; |
| 69 |
background-position: 50% 20%; |
| 70 |
background-size: 100px; |
| 71 |
} |
| 72 |
|
| 73 |
.ays_poll_maker_block_select_poll > div { |
| 74 |
width: 100%; |
| 75 |
} |