PluginProbe
Chartify – WordPress Chart Plugin / 3.1.0
Chartify – WordPress Chart Plugin v3.1.0
3.8.0 3.7.9 3.7.8 3.7.7 3.7.6 3.7.5 trunk 1.0.0 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 All 83 releases
chart-builder / chart / chart-builder-block.css

chart-builder-block.css in Chartify – WordPress Chart Plugin 3.1.0, at chart/chart-builder-block.css

90 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ays_chart_builder_block_select {
2 width: 200px !important;
3 }
4
5 .ays_chart_builder_block_select_chart .ays_chart_builder_block_select {
6 width: 100% !important;
7 max-width: 350px !important;
8 }
9
10
11 .ays_chart_builder_block_select select {
12 /* text-align: center !important; */
13 font-size: 14px !important;
14 width: 100% !important;
15 height: 40px !important;
16 padding-top: 0 !important;
17 padding-bottom: 0 !important;
18 line-height: initial !important;
19 }
20
21 .components-panel__header.edit-post-sidebar-header button[aria-label="Unpin from toolbar"] {
22 display: none;
23 }
24
25 .chart-builder-sidebar-content select {
26 width: 95%;
27 }
28
29 .chart-builder-sidebar-content > div > div {
30 text-align: center;
31 }
32
33 .chart-builder-sidebar-content label {
34 width: 100%;
35 text-align: left;
36 padding: 4px;
37 }
38
39 .ays_chart_builder_block_container {
40 box-sizing: border-box;
41 }
42
43 .ays-chart-container .ays-chart-section:first-of-type {
44 display: block;
45 }
46
47 .ays-chart-container .ays-chart-section-footer,
48 .ays-chart-container .ays-chart-answer,
49 .ays-chart-container textarea,
50 .ays-chart-container select,
51 .ays-chart-container input {
52 pointer-events: none;
53 }
54
55 .ays_chart_builder_block_select_chart {
56 padding: 20px;
57 display: flex;
58 flex-direction: column;
59 justify-content: flex-end;
60 align-items: center;
61 height: 200px;
62 position: relative;
63 z-index: 1;
64 overflow: hidden;
65 border: 1px solid;
66 background-image: url(chart_logo.png);
67 background-repeat: no-repeat;
68 background-position: 50% 20%;
69 background-size: 100px;
70 }
71 /*
72 .ays_chart_builder_block_select_chart::before {
73 content: "";
74 width: 400px;
75 height: 200px;
76 background-image: url("chart_logo.png");
77 background-size: cover;
78 background-repeat: no-repeat;
79 position: absolute;
80 z-index: -1;
81 top: 10px;
82 right: -12%;
83 opacity: .3;
84 }
85
86
87 .ays_chart_builder_block_select_chart p {
88 text-align: center;
89 margin: 0;
90 } */