PluginProbe
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls / 6.3.4
Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls v6.3.4
6.4.9 6.4.8 6.4.7 6.4.6 6.4.5 6.4.4 6.4.3 6.4.2 6.4.1 6.4.0 6.3.9 6.3.8 6.3.7 6.3.6 6.3.5 6.3.4 6.3.3 5.6.0 5.6.1 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 5.6.7 All 152 releases
poll-maker / poll / poll-maker-block-new.css

poll-maker-block-new.css in Poll Maker by AYS – Versus Polls, Anonymous Polls, Image Polls 6.3.4, at poll/poll-maker-block-new.css

75 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }