PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.8.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.8.0
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 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.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | css/frame.css +508 -24 3.0.83.8.0 View file →
@@ -5,8 +5,9 @@
5 5 top: 0;
6 6 right: 0;
7 7 bottom: 60px;
8 8 left: 0;
9 + width: auto;
9 10 background-color: white;
10 11 }
11 12
12 13 #canvas {
@@ -15,9 +16,18 @@
15 16 right: 310px;
16 17 bottom: 10px;
17 18 left: 10px;
18 19 }
19 -
20 +#control_wrapper_canvas:not(:empty) {
21 + margin: 15px 0 0 5px;
22 +}
23 +#control_wrapper_canvas:not(:empty) + #canvas {
24 + top: 55px;
25 + left: 50px;
26 +}
27 +.goog-combobox input {
28 + min-height: auto;
29 +}
20 30 .loader {
21 31 position: absolute;
22 32 top: 50%;
23 33 left: 50%;
@@ -35,9 +45,9 @@
35 45 z-index: 75;
36 46 top: 0;
37 47 right: 0;
38 48 bottom: 60px;
39 - width: 299px;
49 + width: 350px;
40 50 border-left: 1px solid #dfdfdf;
41 51 background: whitesmoke;
42 52
43 53 -webkit-overflow-scrolling: touch;
@@ -84,12 +94,15 @@
84 94 font-size: 14px;
85 95 font-weight: 600;
86 96 line-height: 21px;
87 97 cursor: pointer;
88 - -webkit-transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
89 98 transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
90 99 }
91 100
101 +.viz-title-small {
102 + font-size: smaller;
103 +}
104 +
92 105 .viz-group-wrapper .viz-group .viz-group:hover .viz-group-title,
93 106 .viz-group-wrapper .viz-group .viz-group.open .viz-group-title {
94 107 border-left-color: #0073aa;
95 108 color: #0073aa;
@@ -123,9 +136,8 @@
123 136 border-left: 4px solid #fff;
124 137 background: #fff;
125 138 box-shadow: none;
126 139 cursor: pointer;
127 - -webkit-transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
128 140 transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
129 141 }
130 142
131 143 .viz-group-wrapper .viz-group .customize-section-back:hover {
@@ -259,8 +271,19 @@
259 271 font-weight: normal;
260 272 text-decoration: none;
261 273 }
262 274
275 +.viz-info-msg {
276 + font-weight: bold !important;
277 + font-style: italic;
278 +}
279 +
280 +.viz-info-msg::before {
281 + font-family: dashicons;
282 + content: "\f488";
283 + margin-right: 5px;
284 +}
285 +
263 286 .viz-section-description {
264 287 margin: 0;
265 288 /*display: none;*/
266 289 padding: 0;
@@ -343,8 +366,23 @@
343 366 margin-top: 15px;
344 367 text-align: center;
345 368 }
346 369
370 +#viz-tabs {
371 + display: none;
372 +}
373 +
374 +#viz-tabs.done {
375 + display: block;
376 +}
377 +
378 +#viz-tabs .ui-tabs-panel {
379 + padding: 0;
380 +}
381 +
382 +#viz-tabs .wp-color-picker {
383 + width: 4rem !important;
384 +}
347 385 /******************************************************************************/
348 386 /******************************** TOOLBAR ***********************************/
349 387 /******************************************************************************/
350 388
@@ -363,10 +401,15 @@
363 401 }
364 402
365 403 #toolbar .push-right {
366 404 float: right;
405 + margin-right: 10px;
367 406 }
368 407
408 +#toolbar .push-left {
409 + float: left;
410 +}
411 +
369 412 .toolbar-div a {
370 413 float: left;
371 414 }
372 415
@@ -437,9 +480,9 @@
437 480 height: 205px;
438 481 padding: 15px;
439 482 border: 1px solid #e0e0e0;
440 483 background-color: white;
441 - background-image: url(../images/chart_types_g.png);
484 + background-image: url(../images/chart_types_v340_g.png);
442 485 background-repeat: no-repeat;
443 486 background-position: center center;
444 487 }
445 488
@@ -444,9 +487,9 @@
444 487 }
445 488
446 489 .type-label-selected,
447 490 .type-box > .type-label:hover {
448 - background-image: url(../images/chart_types.png);
491 + background-image: url(../images/chart_types_v340.png);
449 492 }
450 493
451 494 .type-box-area .type-label {
452 495 background-position: 0 -225px;
@@ -479,13 +522,19 @@
479 522 .type-box-bar .type-label {
480 523 background-position: -300px -225px;
481 524 }
482 525
526 +.type-box-bubble .type-label {
527 + background-position: -600px -906px;
528 +}
529 +
483 530 .type-box-column .type-label {
484 531 background-position: -600px -225px;
485 532 }
486 533
487 -.type-box-table .type-label {
534 +.type-box-dataTable .type-label,
535 +.type-box-table .type-label,
536 +.type-box-tabular .type-label {
488 537 background-position: -301px -670px;
489 538 }
490 539
491 540 .type-box-timeline .type-label {
@@ -495,8 +544,16 @@
495 544 .type-box-combo .type-label {
496 545 background-position: -597px -670px;
497 546 }
498 547
548 +.type-box-polarArea .type-label {
549 + background-position: -2px -912px;
550 +}
551 +
552 +.type-box-radar .type-label {
553 + background-position: -301px -899px;
554 +}
555 +
499 556 /******************************************************************************/
500 557 /******************************** OTHER STYLES ******************************/
501 558 /******************************************************************************/
502 559
@@ -577,9 +634,8 @@
577 634 box-shadow: none !important;
578 635 text-shadow: none!important;
579 636 font-family: "Open Sans",sans-serif;
580 637 font-weight: 700;
581 - -webkit-transition: all 0.3s ease 0s;
582 638 transition: all 0.3s ease 0s;
583 639 }
584 640
585 641 .computer-btn:hover {
@@ -588,10 +644,8 @@
588 644 color: white !important;
589 645 background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important;
590 646 box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
591 647 box-shadow: none !important;
592 - -webkit-transition: all 0.3s ease 0s;
593 - -webkit-transition: all 0.3s ease;
594 648 transition: all 0.3s ease 0s;
595 649 transition: all 0.3s ease;
596 650 }
597 651
@@ -608,9 +662,8 @@
608 662 background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important;
609 663 box-shadow: none !important;
610 664 font-family: "Open Sans",sans-serif;
611 665 font-weight: 700;
612 - -webkit-transition: all 0.3s ease 0s;
613 666 transition: all 0.3s ease 0s;
614 667 /*margin-left: 2px !important;*/
615 668 }
616 669
@@ -620,10 +673,8 @@
620 673 border: 1px solid #89b158 !important;
621 674 color: white !important;
622 675 background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important;
623 676 box-shadow: none !important;
624 - -webkit-transition: all 0.3s ease 0s;
625 - -webkit-transition: all 0.3s ease;
626 677 transition: all 0.3s ease 0s;
627 678 transition: all 0.3s ease;
628 679 }
629 680
@@ -643,9 +694,8 @@
643 694 background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
644 695 box-shadow: none !important;
645 696 font-family: "Open Sans",sans-serif;
646 697 font-weight: 700;
647 - -webkit-transition: all 0.3s ease 0s;
648 698 transition: all 0.3s ease 0s;
649 699 /*margin-left: 2px !important;
650 700 margin-top: 2px !important;*/
651 701 }
@@ -656,10 +706,8 @@
656 706 border: 1px solid #10aecb !important;
657 707 color: white !important;
658 708 background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
659 709 box-shadow: none !important;
660 - -webkit-transition: all 0.3s ease 0s;
661 - -webkit-transition: all 0.3s ease;
662 710 transition: all 0.3s ease 0s;
663 711 transition: all 0.3s ease;
664 712 /*margin-top: 2px !important;*/
665 713 }
@@ -666,10 +714,10 @@
666 714
667 715 input#existing-chart {
668 716 /*left: 18px;
669 717 width: 110px;
670 - position: relative;*/
671 -}
718 + position: relative;*/
719 + }
672 720
673 721 select#chart-id {
674 722 float: right;
675 723 width: 146px;
@@ -683,9 +731,8 @@
683 731 color: white !important;
684 732 background-color: #2f8cea !important;
685 733 box-shadow: none !important;
686 734 text-shadow: none;
687 - -webkit-transition: all 0.3s ease;
688 735 transition: all 0.3s ease;
689 736 }
690 737
691 738 .preview-btn {
@@ -694,9 +741,8 @@
694 741 background-color: #2f8cea !important;
695 742 box-shadow: none !important;
696 743 font-family: "Open Sans",sans-serif;
697 744 font-weight: 700;
698 - -webkit-transition: all 0.3s ease;
699 745 transition: all 0.3s ease;
700 746 }
701 747
702 748 .preview-btn:hover {
@@ -705,9 +751,8 @@
705 751 background-color: #2c80d6 !important;
706 752 box-shadow: none !important;
707 753 font-family: "Open Sans",sans-serif;
708 754 font-weight: 700;
709 - -webkit-transition: all 0.3s ease;
710 755 transition: all 0.3s ease;
711 756 }
712 757
713 758 .show-live-btn {
@@ -727,9 +772,8 @@
727 772 background-color: #ea8c00 !important;
728 773 box-shadow: none !important;
729 774 font-family: "Open Sans",sans-serif;
730 775 font-weight: 700;
731 - -webkit-transition: all 0.3s ease;
732 776 transition: all 0.3s ease;
733 777 }
734 778
735 779 .check-pro-btn {
@@ -767,8 +811,19 @@
767 811 .hidden-setting {
768 812 display: none;
769 813 }
770 814
815 +.viz-select-library {
816 + color: #0085ba;
817 +}
818 +.viz-select-library.viz-hide-libary {
819 + display: none;
820 +}
821 +
822 +.viz-select-library option:first-child {
823 + font-weight: bold;
824 +}
825 +
771 826 /* ====== RESPONSIVE ====== */
772 827
773 828 @media (max-width: 1366px) {
774 829 #rate-stars {
@@ -930,8 +985,9 @@
930 985
931 986 #vz-csv-file-form,
932 987 #vz-one-time-import,
933 988 #vz-schedule-import,
989 +#vz-permissions .only-pro-content,
934 990 .edit-data-content {
935 991 text-align: center;
936 992 }
937 993
@@ -980,9 +1036,8 @@
980 1036 left: 0;
981 1037 width: 100%;
982 1038 opacity: 0;
983 1039 background: rgba(253,253,253,0.9);
984 - -webkit-transition: 0.5s ease;
985 1040 transition: 0.5s ease;
986 1041 }
987 1042
988 1043 .only-pro-feature:hover .only-pro-content {
@@ -1013,9 +1068,8 @@
1013 1068 background: #ff595e;
1014 1069 font-weight: 600;
1015 1070 text-decoration: none;
1016 1071 text-transform: uppercase;
1017 - -webkit-transition: 0.1s ease;
1018 1072 transition: 0.1s ease;
1019 1073 }
1020 1074
1021 1075 .only-pro-content a:hover {
@@ -1055,4 +1109,434 @@
1055 1109 #permissions-form .only-pro-feature > ul {
1056 1110 position: relative;
1057 1111 text-align: center;
1058 1112 }
1113 +
1114 +/******************************************************************************/
1115 +/******************************** DB WIZARD ***********************************/
1116 +/******************************************************************************/
1117 +.db-wizard-condition .select-condition {
1118 + display: none;
1119 +}
1120 +
1121 +.db-wizard-condition .select-condition.active {
1122 + display: block;
1123 + max-width: 50%;
1124 + margin-top: 10px;
1125 + padding-top: 10px;
1126 + border-top: 1px solid #eee;
1127 + font-weight: 500;
1128 +}
1129 +
1130 +.db-wizard-results {
1131 + width: calc(100% - 350px);
1132 +}
1133 +
1134 +#db-wizard-form {
1135 + padding: 25px;
1136 +}
1137 +
1138 +.db-wizard-query label {
1139 + display: block;
1140 + min-width: 150px;
1141 + padding: 20px 0 5px;
1142 + color: rgba(0,0,0,0.85);
1143 + font-size: 18px;
1144 + font-weight: 500;
1145 +}
1146 +
1147 +.db-wizard-query .db-wizard-where label,
1148 +.db-wizard-query .db-wizard-from label {
1149 + padding-top: 0;
1150 +}
1151 +
1152 +.db-wizard-query > div:not(:last-child) {
1153 + margin-bottom: 15px;
1154 +}
1155 +
1156 +.db-wizard-query .select-condition > div {
1157 + display: block;
1158 +}
1159 +
1160 +.db-wizard-query .chosen-container {
1161 + width: auto;
1162 +}
1163 +
1164 +.db-wizard-query .chosen-container-single .chosen-single {
1165 + border: 1px solid #ccc;
1166 + background: #fff;
1167 + box-shadow: none;
1168 + font-size: 13px;
1169 + font-weight: 500;
1170 +}
1171 +
1172 +.db-wizard-templates,
1173 +.db-wizard-templates > div {
1174 + display: block;
1175 +}
1176 +
1177 +.db-wizard-templates > div {
1178 + box-sizing: border-box;
1179 + width: 50%;
1180 + margin-top: 20px;
1181 + padding: 20px;
1182 + border: 1px solid #efefef;
1183 +}
1184 +
1185 +.db-wizard-templates > div:first-child {
1186 + margin-top: 0;
1187 +}
1188 +
1189 +.db-wizard-query .chosen-container-multi .chosen-choices {
1190 + padding: 5px;
1191 + border-color: #ccc;
1192 + background: #fff;
1193 + box-shadow: none;
1194 +}
1195 +
1196 +.db-wizard-results .dataTables_wrapper .dataTables_filter input,
1197 +.db-wizard-query .select-condition-operand input,
1198 +.db-wizard-limit input {
1199 + width: 50%;
1200 + padding-left: 7px;
1201 + border: 1px solid #ccc;
1202 + border-radius: 6px;
1203 + background: #fff;
1204 + box-shadow: none;
1205 + font-size: 13px;
1206 +}
1207 +
1208 +.db-wizard-limit input {
1209 + display: inline;
1210 + width: 150px;
1211 + margin: 0 0 20px 20px;
1212 +}
1213 +
1214 +.db-wizard-limit label {
1215 + display: inline;
1216 +}
1217 +
1218 +.db-wizard-query .select-condition-operand input::-webkit-input-placeholder {
1219 + color: #cdcdcd;
1220 +}
1221 +
1222 +.db-wizard-query .select-condition-operand input:-ms-input-placeholder {
1223 + color: #cdcdcd;
1224 +}
1225 +
1226 +.db-wizard-query .select-condition-operand input::placeholder {
1227 + color: #cdcdcd;
1228 +}
1229 +
1230 +.db-wizard-query .chosen-container-multi .chosen-choices li.search-choice {
1231 + padding: 5px 30px 5px 5px;
1232 + border-color: #ccc;
1233 + background: #fff;
1234 + box-shadow: none;
1235 + font-weight: 600;
1236 +}
1237 +
1238 +.db-wizard-results table > thead > tr > th {
1239 + padding: 15px 8px;
1240 + border: none;
1241 + color: #252422;
1242 + background: #fff;
1243 + font-size: 18px;
1244 + font-weight: 500;
1245 + text-align: left;
1246 +}
1247 +
1248 +.db-wizard-results table > tbody > tr > td,
1249 +.dataTables_info {
1250 + padding: 15px 8px;
1251 + border-top: 1px solid #a2a2a2;
1252 + color: #252422;
1253 + font-size: 14px;
1254 + font-weight: 300;
1255 +}
1256 +
1257 +.db-wizard-results table > tbody > tr.odd {
1258 + background-color: #f7f7f7;
1259 +}
1260 +
1261 +.db-wizard-results table.dataTable.no-footer {
1262 + border: none;
1263 +}
1264 +
1265 +.db-wizard-results .dataTables_wrapper .dataTables_info {
1266 + border-top: 1px solid #ccc5b9;
1267 + color: #a2a2a2;
1268 + font-size: 12px;
1269 + font-weight: 500;
1270 +}
1271 +
1272 +.db-wizard-results .dataTables_filter label {
1273 + font-size: 18px;
1274 + font-weight: 500;
1275 +}
1276 +
1277 +.db-wizard-where-template-remove,
1278 +.db-wizard-where-template-add {
1279 + width: auto;
1280 + height: 25px;
1281 + margin-top: 10px;
1282 + border: none;
1283 + border-radius: 3px;
1284 + color: #fff;
1285 + font-size: 12px;
1286 + cursor: pointer;
1287 + transition: 0.3s ease;
1288 +}
1289 +
1290 +.db-wizard-where-template-remove:hover,
1291 +.db-wizard-where-template-add:hover {
1292 + opacity: 0.8;
1293 +}
1294 +
1295 +.db-wizard-results .dataTables_wrapper .dataTables_filter {
1296 + float: none;
1297 + text-align: left;
1298 +}
1299 +
1300 +.db-wizard-where-template-add {
1301 + background-color: #34a85e;
1302 +}
1303 +
1304 +.db-wizard-where-template-remove {
1305 + background-color: #ff0d00;
1306 +}
1307 +
1308 +#db-query-form .CodeMirror-scroll {
1309 + overflow: hidden !important;
1310 + height: 50%;
1311 + margin: 0;
1312 + padding: 0;
1313 +}
1314 +
1315 +#db-query-form .CodeMirror-wrap {
1316 + height: 200px;
1317 + padding: 15px;
1318 + color: #fff;
1319 + background: #282923;
1320 + font-size: 15px;
1321 +}
1322 +
1323 +#db-query-form .CodeMirror-wrap .CodeMirror-cursor {
1324 + border-left: 1px solid #fff !important;
1325 +}
1326 +
1327 +#db-query-form .CodeMirror-wrap .CodeMirror-placeholder {
1328 + color: #fff;
1329 +}
1330 +
1331 +#db-query-form .CodeMirror-wrap pre {
1332 + color: #fff !important;
1333 +}
1334 +
1335 +#db-query-form .CodeMirror-wrap pre .cm-keyword {
1336 + color: #f92472 !important;
1337 +}
1338 +
1339 +#db-query-form .CodeMirror-wrap pre .cm-comment {
1340 + color: #74705d !important;
1341 +}
1342 +
1343 +#db-query-form .CodeMirror-wrap pre .cm-number,
1344 +#db-query-form .CodeMirror-wrap pre .cm-string {
1345 + color: #fff !important;
1346 +}
1347 +
1348 +.visualizer-db-query-form > div {
1349 + display: block;
1350 + width: 15%;
1351 + vertical-align: middle;
1352 +}
1353 +
1354 +#visualizer-db-query {
1355 + padding: 20px;
1356 +}
1357 +
1358 +.visualizer-db-query-form > div:first-child {
1359 + width: 100%;
1360 + margin-bottom: 20px;
1361 +}
1362 +
1363 +.db-wizard-error {
1364 + color: #f00;
1365 +}
1366 +
1367 +.db-wizard-hints,
1368 +.json-wizard-hints,
1369 +.html-table-editor-hints {
1370 + margin-bottom: 30px;
1371 + color: #0085ba;
1372 +}
1373 +
1374 +.db-wizard-hints .visualizer-emboss,
1375 +.db-wizard-hints a,
1376 +.html-table-editor-hints a,
1377 +.json-wizard-hints .visualizer-emboss,
1378 +.json-wizard-hints a {
1379 + color: #f92472;
1380 +}
1381 +
1382 +.db-wizard-hints ul,
1383 +.html-table-editor-hints ul,
1384 +.json-wizard-hints ul {
1385 + list-style: square;
1386 +}
1387 +
1388 +.db-wizard-results .dataTables_wrapper .dataTables_info {
1389 + width: calc(100% - 17px);
1390 +}
1391 +
1392 +
1393 +/******************************************************************************/
1394 +/******************************** data tables *******************************/
1395 +/******************************************************************************/
1396 +.db-wizard-results .dt-button {
1397 + display: none !important;
1398 +}
1399 +
1400 +.dt-button.buttons-print {
1401 + display: none;
1402 +}
1403 +
1404 +/******************************************************************************/
1405 +/******************************** json table *********************************/
1406 +/******************************************************************************/
1407 +#json-conclude-form .results {
1408 + min-width: 10px !important;
1409 +}
1410 +
1411 +#json-conclude-form .json-table {
1412 + width: 85%;
1413 +}
1414 +
1415 +#vz-import-json-url,
1416 +#vz-import-json-root,
1417 +#vz-import-json-paging {
1418 + width: 75%;
1419 +}
1420 +
1421 +#json-conclude-form .json-table,
1422 +#json-conclude-form button#visualizer-json-conclude {
1423 + display: inline-block;
1424 + vertical-align: middle;
1425 +}
1426 +
1427 +.viz-editor-table tbody tr:first-child {
1428 + background-color: #ececec !important;
1429 +}
1430 +
1431 +.viz-editor-table tr th {
1432 + background-color: #cccccc;
1433 +}
1434 +
1435 +.viz-editor-table thead tr th:nth-child(n+1) {
1436 + cursor: move !important;
1437 +}
1438 +
1439 +#json-conclude-form .json-wizard-hints .info,
1440 +.html-table-editor-hints .info {
1441 + margin: 1% 0px;
1442 +}
1443 +
1444 +.viz-step.ui-state-active {
1445 + border-color: #0085BA !important;
1446 + background: #0085BA !important;
1447 + color: #ffffff;
1448 +}
1449 +
1450 +.viz-substep {
1451 + outline: 0 !important;
1452 + border: 0 !important;
1453 + background: none !important;
1454 + text-transform: uppercase;
1455 +}
1456 +
1457 +.viz-substep.ui-state-active {
1458 +}
1459 +
1460 +.viz-substep ~ .ui-accordion-content {
1461 + outline: 0 !important;
1462 + border: 0 !important;
1463 + font-size: smaller;
1464 +}
1465 +
1466 +.viz-substep ~ div {
1467 + display: table;
1468 +}
1469 +
1470 +.viz-substep ~ div > div {
1471 + display: table-row;
1472 +}
1473 +
1474 +.viz-substep ~ div > div div {
1475 + display: table-cell;
1476 + padding: 5px;
1477 +}
1478 +
1479 +.json-wizard-header .field-title {
1480 + position: absolute;
1481 + left: 30px;
1482 +}
1483 +/******************************************************************************/
1484 +/******************************** html table editor **************************/
1485 +/******************************************************************************/
1486 +.viz-simple-editor-type,
1487 +.viz-simple-editor {
1488 + display: none;
1489 +}
1490 +
1491 +.viz-table-editor {
1492 + width: 75%;
1493 + margin-left: 2%;
1494 +}
1495 +
1496 +.viz-html-table,
1497 +button#visualizer-save-html-table {
1498 + display: inline-block;
1499 + vertical-align: middle;
1500 +}
1501 +
1502 +
1503 +/******************************************************************************/
1504 +/******************************** text area editor **************************/
1505 +/******************************************************************************/
1506 +.viz-text-editor {
1507 + padding: 20px;
1508 + z-index: 9999;
1509 + box-sizing: border-box;
1510 + padding-right: 320px;
1511 +}
1512 +
1513 +.viz-text-editor textarea {
1514 + width: 85%;
1515 + overflow: auto;
1516 + background: #282923;
1517 + color: #ffffff;
1518 + padding: 15px;
1519 + height: 400px;
1520 + font-size: 15px;
1521 +}
1522 +
1523 +.viz-text-editor textarea,
1524 +button#viz-text-editor-button {
1525 + display: inline-block;
1526 + vertical-align: middle;
1527 +}
1528 +
1529 +/******************************************************************************/
1530 +/******************************** chartjs ***********************************/
1531 +/******************************************************************************/
1532 +
1533 +canvas.chartjs-render-monitor {
1534 + height: 500px !important;
1535 +}
1536 +
1537 +/******************************************************************************/
1538 +/******************************** Frontend Actions ***********************************/
1539 +/******************************************************************************/
1540 +#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1541 + text-align: center;
1542 +}