PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.10.5
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.10.5
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 +535 -30 3.0.53.10.5 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,31 @@
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 + position: relative;
23 + z-index: 1;
24 +}
25 +#control_wrapper_canvas:not(:empty) + #canvas .google-visualization-table {
26 + top: 60px;
27 +}
28 +.vz-vertical .google-visualization-table {
29 + left: 70px;
30 +}
31 +.google-visualization-controls-categoryfilter label.google-visualization-controls-label {
32 + vertical-align: middle;
33 +}
34 +.google-visualization-controls-categoryfilter li.goog-inline-block {
35 + margin: 0 0.2em;
36 +}
37 +.google-visualization-controls-categoryfilter li {
38 + padding: 0 0.2em;
39 +}
40 +.goog-combobox input {
41 + min-height: auto;
42 +}
20 43 .loader {
21 44 position: absolute;
22 45 top: 50%;
23 46 left: 50%;
@@ -35,9 +58,9 @@
35 58 z-index: 75;
36 59 top: 0;
37 60 right: 0;
38 61 bottom: 60px;
39 - width: 299px;
62 + width: 350px;
40 63 border-left: 1px solid #dfdfdf;
41 64 background: whitesmoke;
42 65
43 66 -webkit-overflow-scrolling: touch;
@@ -84,12 +107,15 @@
84 107 font-size: 14px;
85 108 font-weight: 600;
86 109 line-height: 21px;
87 110 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 111 transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
90 112 }
91 113
114 +.viz-title-small {
115 + font-size: smaller;
116 +}
117 +
92 118 .viz-group-wrapper .viz-group .viz-group:hover .viz-group-title,
93 119 .viz-group-wrapper .viz-group .viz-group.open .viz-group-title {
94 120 border-left-color: #0073aa;
95 121 color: #0073aa;
@@ -123,9 +149,8 @@
123 149 border-left: 4px solid #fff;
124 150 background: #fff;
125 151 box-shadow: none;
126 152 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 153 transition: color 0.15s ease-in-out,border-color 0.15s ease-in-out,background 0.15s ease-in-out;
129 154 }
130 155
131 156 .viz-group-wrapper .viz-group .customize-section-back:hover {
@@ -259,8 +284,19 @@
259 284 font-weight: normal;
260 285 text-decoration: none;
261 286 }
262 287
288 +.viz-info-msg {
289 + font-weight: bold !important;
290 + font-style: italic;
291 +}
292 +
293 +.viz-info-msg::before {
294 + font-family: dashicons;
295 + content: "\f488";
296 + margin-right: 5px;
297 +}
298 +
263 299 .viz-section-description {
264 300 margin: 0;
265 301 /*display: none;*/
266 302 padding: 0;
@@ -343,8 +379,23 @@
343 379 margin-top: 15px;
344 380 text-align: center;
345 381 }
346 382
383 +#viz-tabs {
384 + display: none;
385 +}
386 +
387 +#viz-tabs.done {
388 + display: block;
389 +}
390 +
391 +#viz-tabs .ui-tabs-panel {
392 + padding: 0;
393 +}
394 +
395 +#viz-tabs .wp-color-picker {
396 + width: 4rem !important;
397 +}
347 398 /******************************************************************************/
348 399 /******************************** TOOLBAR ***********************************/
349 400 /******************************************************************************/
350 401
@@ -363,10 +414,15 @@
363 414 }
364 415
365 416 #toolbar .push-right {
366 417 float: right;
418 + margin-right: 10px;
367 419 }
368 420
421 +#toolbar .push-left {
422 + float: left;
423 +}
424 +
369 425 .toolbar-div a {
370 426 float: left;
371 427 }
372 428
@@ -427,8 +483,9 @@
427 483 height: 10px;
428 484 height: 17px;
429 485 border: none;
430 486 color: #fff;
487 + z-index: 1;
431 488 background: #c55555;
432 489 }
433 490
434 491 .type-label {
@@ -437,20 +494,23 @@
437 494 height: 205px;
438 495 padding: 15px;
439 496 border: 1px solid #e0e0e0;
440 497 background-color: white;
441 - background-image: url(../images/chart_types_g.png);
498 + background-image: url(../images/chart_types_v395.png);
442 499 background-repeat: no-repeat;
443 500 background-position: center center;
501 + background-size: 900px 1150px;
502 + filter: grayscale(100%);
444 503 }
445 504
446 505 .type-label-selected,
447 -.type-box > .type-label:hover {
448 - background-image: url(../images/chart_types.png);
506 +.type-box .type-label:hover {
507 +/* background-image: url(../images/chart_types_v340.png);*/
508 + filter: grayscale(0);
449 509 }
450 510
451 511 .type-box-area .type-label {
452 - background-position: 0 -225px;
512 + background-position: -8px -225px;
453 513 }
454 514
455 515 .type-box-line .type-label {
456 516 background-position: -600px 0;
@@ -464,9 +524,9 @@
464 524 background-position: 0 0;
465 525 }
466 526
467 527 .type-box-gauge .type-label {
468 - background-position: 0 -450px;
528 + background-position: -7px -450px;
469 529 }
470 530
471 531 .type-box-geo .type-label {
472 532 background-position: -600px -450px;
@@ -472,9 +532,9 @@
472 532 background-position: -600px -450px;
473 533 }
474 534
475 535 .type-box-candlestick .type-label {
476 - background-position: -300px -450px;
536 + background-position: -304px -450px;
477 537 }
478 538
479 539 .type-box-bar .type-label {
480 540 background-position: -300px -225px;
@@ -479,24 +539,38 @@
479 539 .type-box-bar .type-label {
480 540 background-position: -300px -225px;
481 541 }
482 542
543 +.type-box-bubble .type-label {
544 + background-position: -604px -906px;
545 +}
546 +
483 547 .type-box-column .type-label {
484 548 background-position: -600px -225px;
485 549 }
486 550
487 -.type-box-table .type-label {
551 +.type-box-dataTable .type-label,
552 +.type-box-table .type-label,
553 +.type-box-tabular .type-label {
488 554 background-position: -301px -670px;
489 555 }
490 556
491 557 .type-box-timeline .type-label {
492 - background-position: -2px -670px;
558 + background-position: -8px -670px;
493 559 }
494 560
495 561 .type-box-combo .type-label {
496 - background-position: -597px -670px;
562 + background-position: -606px -670px;
497 563 }
498 564
565 +.type-box-polarArea .type-label {
566 + background-position: -2px -912px;
567 +}
568 +
569 +.type-box-radar .type-label {
570 + background-position: -301px -899px;
571 +}
572 +
499 573 /******************************************************************************/
500 574 /******************************** OTHER STYLES ******************************/
501 575 /******************************************************************************/
502 576
@@ -577,9 +651,8 @@
577 651 box-shadow: none !important;
578 652 text-shadow: none!important;
579 653 font-family: "Open Sans",sans-serif;
580 654 font-weight: 700;
581 - -webkit-transition: all 0.3s ease 0s;
582 655 transition: all 0.3s ease 0s;
583 656 }
584 657
585 658 .computer-btn:hover {
@@ -588,10 +661,8 @@
588 661 color: white !important;
589 662 background: #2f8cea url("../images/computer.png") no-repeat scroll 7px -36px !important;
590 663 box-shadow: 0 1px 0 rgba(171, 171, 171, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
591 664 box-shadow: none !important;
592 - -webkit-transition: all 0.3s ease 0s;
593 - -webkit-transition: all 0.3s ease;
594 665 transition: all 0.3s ease 0s;
595 666 transition: all 0.3s ease;
596 667 }
597 668
@@ -608,9 +679,8 @@
608 679 background: #e6e6e6 url("../images/web.png") no-repeat scroll 7px 1px !important;
609 680 box-shadow: none !important;
610 681 font-family: "Open Sans",sans-serif;
611 682 font-weight: 700;
612 - -webkit-transition: all 0.3s ease 0s;
613 683 transition: all 0.3s ease 0s;
614 684 /*margin-left: 2px !important;*/
615 685 }
616 686
@@ -620,10 +690,8 @@
620 690 border: 1px solid #89b158 !important;
621 691 color: white !important;
622 692 background: #89b158 url("../images/web.png") no-repeat scroll 7px -38px !important;
623 693 box-shadow: none !important;
624 - -webkit-transition: all 0.3s ease 0s;
625 - -webkit-transition: all 0.3s ease;
626 694 transition: all 0.3s ease 0s;
627 695 transition: all 0.3s ease;
628 696 }
629 697
@@ -643,9 +711,8 @@
643 711 background: #e6e6e6 url("../images/from_chart.png") no-repeat scroll 7px 1px !important;
644 712 box-shadow: none !important;
645 713 font-family: "Open Sans",sans-serif;
646 714 font-weight: 700;
647 - -webkit-transition: all 0.3s ease 0s;
648 715 transition: all 0.3s ease 0s;
649 716 /*margin-left: 2px !important;
650 717 margin-top: 2px !important;*/
651 718 }
@@ -656,10 +723,8 @@
656 723 border: 1px solid #10aecb !important;
657 724 color: white !important;
658 725 background: #10aecb url("../images/from_chart.png") no-repeat scroll 7px -36px !important;
659 726 box-shadow: none !important;
660 - -webkit-transition: all 0.3s ease 0s;
661 - -webkit-transition: all 0.3s ease;
662 727 transition: all 0.3s ease 0s;
663 728 transition: all 0.3s ease;
664 729 /*margin-top: 2px !important;*/
665 730 }
@@ -666,10 +731,10 @@
666 731
667 732 input#existing-chart {
668 733 /*left: 18px;
669 734 width: 110px;
670 - position: relative;*/
671 -}
735 + position: relative;*/
736 + }
672 737
673 738 select#chart-id {
674 739 float: right;
675 740 width: 146px;
@@ -683,9 +748,8 @@
683 748 color: white !important;
684 749 background-color: #2f8cea !important;
685 750 box-shadow: none !important;
686 751 text-shadow: none;
687 - -webkit-transition: all 0.3s ease;
688 752 transition: all 0.3s ease;
689 753 }
690 754
691 755 .preview-btn {
@@ -694,9 +758,8 @@
694 758 background-color: #2f8cea !important;
695 759 box-shadow: none !important;
696 760 font-family: "Open Sans",sans-serif;
697 761 font-weight: 700;
698 - -webkit-transition: all 0.3s ease;
699 762 transition: all 0.3s ease;
700 763 }
701 764
702 765 .preview-btn:hover {
@@ -705,9 +768,8 @@
705 768 background-color: #2c80d6 !important;
706 769 box-shadow: none !important;
707 770 font-family: "Open Sans",sans-serif;
708 771 font-weight: 700;
709 - -webkit-transition: all 0.3s ease;
710 772 transition: all 0.3s ease;
711 773 }
712 774
713 775 .show-live-btn {
@@ -727,9 +789,8 @@
727 789 background-color: #ea8c00 !important;
728 790 box-shadow: none !important;
729 791 font-family: "Open Sans",sans-serif;
730 792 font-weight: 700;
731 - -webkit-transition: all 0.3s ease;
732 793 transition: all 0.3s ease;
733 794 }
734 795
735 796 .check-pro-btn {
@@ -767,8 +828,19 @@
767 828 .hidden-setting {
768 829 display: none;
769 830 }
770 831
832 +.viz-select-library {
833 + color: #0085ba;
834 +}
835 +.viz-select-library.viz-hide-libary {
836 + display: none;
837 +}
838 +
839 +.viz-select-library option:first-child {
840 + font-weight: bold;
841 +}
842 +
771 843 /* ====== RESPONSIVE ====== */
772 844
773 845 @media (max-width: 1366px) {
774 846 #rate-stars {
@@ -930,8 +1002,9 @@
930 1002
931 1003 #vz-csv-file-form,
932 1004 #vz-one-time-import,
933 1005 #vz-schedule-import,
1006 +#vz-permissions .only-pro-content,
934 1007 .edit-data-content {
935 1008 text-align: center;
936 1009 }
937 1010
@@ -980,9 +1053,8 @@
980 1053 left: 0;
981 1054 width: 100%;
982 1055 opacity: 0;
983 1056 background: rgba(253,253,253,0.9);
984 - -webkit-transition: 0.5s ease;
985 1057 transition: 0.5s ease;
986 1058 }
987 1059
988 1060 .only-pro-feature:hover .only-pro-content {
@@ -1013,9 +1085,8 @@
1013 1085 background: #ff595e;
1014 1086 font-weight: 600;
1015 1087 text-decoration: none;
1016 1088 text-transform: uppercase;
1017 - -webkit-transition: 0.1s ease;
1018 1089 transition: 0.1s ease;
1019 1090 }
1020 1091
1021 1092 .only-pro-content a:hover {
@@ -1055,4 +1126,438 @@
1055 1126 #permissions-form .only-pro-feature > ul {
1056 1127 position: relative;
1057 1128 text-align: center;
1058 1129 }
1130 +
1131 +/******************************************************************************/
1132 +/******************************** DB WIZARD ***********************************/
1133 +/******************************************************************************/
1134 +.db-wizard-condition .select-condition {
1135 + display: none;
1136 +}
1137 +
1138 +.db-wizard-condition .select-condition.active {
1139 + display: block;
1140 + max-width: 50%;
1141 + margin-top: 10px;
1142 + padding-top: 10px;
1143 + border-top: 1px solid #eee;
1144 + font-weight: 500;
1145 +}
1146 +
1147 +.db-wizard-results {
1148 + width: calc(100% - 350px);
1149 +}
1150 +
1151 +#db-wizard-form {
1152 + padding: 25px;
1153 +}
1154 +
1155 +.db-wizard-query label {
1156 + display: block;
1157 + min-width: 150px;
1158 + padding: 20px 0 5px;
1159 + color: rgba(0,0,0,0.85);
1160 + font-size: 18px;
1161 + font-weight: 500;
1162 +}
1163 +
1164 +.db-wizard-query .db-wizard-where label,
1165 +.db-wizard-query .db-wizard-from label {
1166 + padding-top: 0;
1167 +}
1168 +
1169 +.db-wizard-query > div:not(:last-child) {
1170 + margin-bottom: 15px;
1171 +}
1172 +
1173 +.db-wizard-query .select-condition > div {
1174 + display: block;
1175 +}
1176 +
1177 +.db-wizard-query .chosen-container {
1178 + width: auto;
1179 +}
1180 +
1181 +.db-wizard-query .chosen-container-single .chosen-single {
1182 + border: 1px solid #ccc;
1183 + background: #fff;
1184 + box-shadow: none;
1185 + font-size: 13px;
1186 + font-weight: 500;
1187 +}
1188 +
1189 +.db-wizard-templates,
1190 +.db-wizard-templates > div {
1191 + display: block;
1192 +}
1193 +
1194 +.db-wizard-templates > div {
1195 + box-sizing: border-box;
1196 + width: 50%;
1197 + margin-top: 20px;
1198 + padding: 20px;
1199 + border: 1px solid #efefef;
1200 +}
1201 +
1202 +.db-wizard-templates > div:first-child {
1203 + margin-top: 0;
1204 +}
1205 +
1206 +.db-wizard-query .chosen-container-multi .chosen-choices {
1207 + padding: 5px;
1208 + border-color: #ccc;
1209 + background: #fff;
1210 + box-shadow: none;
1211 +}
1212 +
1213 +.db-wizard-results .dataTables_wrapper .dataTables_filter input,
1214 +.db-wizard-query .select-condition-operand input,
1215 +.db-wizard-limit input {
1216 + width: 50%;
1217 + padding-left: 7px;
1218 + border: 1px solid #ccc;
1219 + border-radius: 6px;
1220 + background: #fff;
1221 + box-shadow: none;
1222 + font-size: 13px;
1223 +}
1224 +
1225 +.db-wizard-limit input {
1226 + display: inline;
1227 + width: 150px;
1228 + margin: 0 0 20px 20px;
1229 +}
1230 +
1231 +.db-wizard-limit label {
1232 + display: inline;
1233 +}
1234 +
1235 +.db-wizard-query .select-condition-operand input::-webkit-input-placeholder {
1236 + color: #cdcdcd;
1237 +}
1238 +
1239 +.db-wizard-query .select-condition-operand input:-ms-input-placeholder {
1240 + color: #cdcdcd;
1241 +}
1242 +
1243 +.db-wizard-query .select-condition-operand input::placeholder {
1244 + color: #cdcdcd;
1245 +}
1246 +
1247 +.db-wizard-query .chosen-container-multi .chosen-choices li.search-choice {
1248 + padding: 5px 30px 5px 5px;
1249 + border-color: #ccc;
1250 + background: #fff;
1251 + box-shadow: none;
1252 + font-weight: 600;
1253 +}
1254 +
1255 +.db-wizard-results table > thead > tr > th {
1256 + padding: 15px 8px;
1257 + border: none;
1258 + color: #252422;
1259 + background: #fff;
1260 + font-size: 18px;
1261 + font-weight: 500;
1262 + text-align: left;
1263 +}
1264 +
1265 +.db-wizard-results table > tbody > tr > td,
1266 +.dataTables_info {
1267 + padding: 15px 8px;
1268 + border-top: 1px solid #a2a2a2;
1269 + color: #252422;
1270 + font-size: 14px;
1271 + font-weight: 300;
1272 +}
1273 +
1274 +.db-wizard-results table > tbody > tr.odd {
1275 + background-color: #f7f7f7;
1276 +}
1277 +
1278 +.db-wizard-results table.dataTable.no-footer {
1279 + border: none;
1280 +}
1281 +
1282 +.db-wizard-results .dataTables_wrapper .dataTables_info {
1283 + border-top: 1px solid #ccc5b9;
1284 + color: #a2a2a2;
1285 + font-size: 12px;
1286 + font-weight: 500;
1287 +}
1288 +
1289 +.db-wizard-results .dataTables_filter label {
1290 + font-size: 18px;
1291 + font-weight: 500;
1292 +}
1293 +
1294 +.db-wizard-where-template-remove,
1295 +.db-wizard-where-template-add {
1296 + width: auto;
1297 + height: 25px;
1298 + margin-top: 10px;
1299 + border: none;
1300 + border-radius: 3px;
1301 + color: #fff;
1302 + font-size: 12px;
1303 + cursor: pointer;
1304 + transition: 0.3s ease;
1305 +}
1306 +
1307 +.db-wizard-where-template-remove:hover,
1308 +.db-wizard-where-template-add:hover {
1309 + opacity: 0.8;
1310 +}
1311 +
1312 +.db-wizard-results .dataTables_wrapper .dataTables_filter {
1313 + float: none;
1314 + text-align: left;
1315 +}
1316 +
1317 +.db-wizard-where-template-add {
1318 + background-color: #34a85e;
1319 +}
1320 +
1321 +.db-wizard-where-template-remove {
1322 + background-color: #ff0d00;
1323 +}
1324 +
1325 +#db-query-form .CodeMirror-scroll {
1326 + overflow: hidden !important;
1327 + height: 50%;
1328 + margin: 0;
1329 + padding: 0;
1330 +}
1331 +
1332 +#db-query-form .CodeMirror-wrap {
1333 + height: 200px;
1334 + padding: 15px;
1335 + color: #fff;
1336 + background: #282923;
1337 + font-size: 15px;
1338 +}
1339 +
1340 +#db-query-form .CodeMirror-wrap .CodeMirror-cursor {
1341 + border-left: 1px solid #fff !important;
1342 +}
1343 +
1344 +#db-query-form .CodeMirror-wrap .CodeMirror-placeholder {
1345 + color: #fff;
1346 +}
1347 +
1348 +#db-query-form .CodeMirror-wrap pre {
1349 + color: #fff !important;
1350 +}
1351 +
1352 +#db-query-form .CodeMirror-wrap pre .cm-keyword {
1353 + color: #f92472 !important;
1354 +}
1355 +
1356 +#db-query-form .CodeMirror-wrap pre .cm-comment {
1357 + color: #74705d !important;
1358 +}
1359 +
1360 +#db-query-form .CodeMirror-wrap pre .cm-number,
1361 +#db-query-form .CodeMirror-wrap pre .cm-string {
1362 + color: #fff !important;
1363 +}
1364 +
1365 +.visualizer-db-query-form > div {
1366 + display: block;
1367 + width: 15%;
1368 + vertical-align: middle;
1369 +}
1370 +
1371 +#visualizer-db-query {
1372 + padding: 20px;
1373 +}
1374 +
1375 +.visualizer-db-query-form > div:first-child {
1376 + width: 100%;
1377 + margin-bottom: 20px;
1378 +}
1379 +
1380 +.db-wizard-error {
1381 + color: #f00;
1382 +}
1383 +
1384 +.db-wizard-hints,
1385 +.json-wizard-hints,
1386 +.html-table-editor-hints {
1387 + margin-bottom: 30px;
1388 + color: #0085ba;
1389 +}
1390 +
1391 +.db-wizard-hints .visualizer-emboss,
1392 +.db-wizard-hints a,
1393 +.html-table-editor-hints a,
1394 +.json-wizard-hints .visualizer-emboss,
1395 +.json-wizard-hints a {
1396 + color: #f92472;
1397 +}
1398 +
1399 +.db-wizard-hints ul,
1400 +.html-table-editor-hints ul,
1401 +.json-wizard-hints ul {
1402 + list-style: square;
1403 +}
1404 +
1405 +.db-wizard-results .dataTables_wrapper .dataTables_info {
1406 + width: calc(100% - 17px);
1407 +}
1408 +
1409 +
1410 +/******************************************************************************/
1411 +/******************************** data tables *******************************/
1412 +/******************************************************************************/
1413 +.db-wizard-results .dt-button {
1414 + display: none !important;
1415 +}
1416 +
1417 +.dt-button.buttons-print {
1418 + display: none;
1419 +}
1420 +
1421 +/******************************************************************************/
1422 +/******************************** json table *********************************/
1423 +/******************************************************************************/
1424 +#json-conclude-form .results {
1425 + min-width: 10px !important;
1426 +}
1427 +
1428 +#json-conclude-form .json-table {
1429 + width: 85%;
1430 +}
1431 +
1432 +#vz-import-json-url,
1433 +#vz-import-json-root,
1434 +#vz-import-json-paging {
1435 + width: 75%;
1436 +}
1437 +
1438 +#json-conclude-form .json-table,
1439 +#json-conclude-form button#visualizer-json-conclude {
1440 + display: inline-block;
1441 + vertical-align: middle;
1442 +}
1443 +
1444 +.viz-editor-table tbody tr:first-child {
1445 + background-color: #ececec !important;
1446 +}
1447 +
1448 +.viz-editor-table tr th {
1449 + background-color: #cccccc;
1450 +}
1451 +
1452 +.viz-editor-table thead tr th:nth-child(n+1) {
1453 + cursor: move !important;
1454 +}
1455 +
1456 +#json-conclude-form .json-wizard-hints .info,
1457 +.html-table-editor-hints .info {
1458 + margin: 1% 0px;
1459 +}
1460 +
1461 +.viz-step.ui-state-active {
1462 + border-color: #0085BA !important;
1463 + background: #0085BA !important;
1464 + color: #ffffff;
1465 +}
1466 +
1467 +.viz-substep {
1468 + outline: 0 !important;
1469 + border: 0 !important;
1470 + background: none !important;
1471 + text-transform: uppercase;
1472 +}
1473 +
1474 +.viz-substep.ui-state-active {
1475 +}
1476 +
1477 +.viz-substep ~ .ui-accordion-content {
1478 + outline: 0 !important;
1479 + border: 0 !important;
1480 + font-size: smaller;
1481 +}
1482 +
1483 +.viz-substep ~ div {
1484 + display: table;
1485 +}
1486 +
1487 +.viz-substep ~ div > div {
1488 + display: table-row;
1489 +}
1490 +
1491 +.viz-substep ~ div > div div {
1492 + display: table-cell;
1493 + padding: 5px;
1494 +}
1495 +
1496 +.json-wizard-header .field-title {
1497 + position: absolute;
1498 + left: 30px;
1499 +}
1500 +/******************************************************************************/
1501 +/******************************** html table editor **************************/
1502 +/******************************************************************************/
1503 +.viz-simple-editor-type,
1504 +.viz-simple-editor {
1505 + display: none;
1506 +}
1507 +
1508 +.viz-table-editor {
1509 + width: 75%;
1510 + margin-left: 2%;
1511 +}
1512 +
1513 +.viz-html-table,
1514 +button#visualizer-save-html-table {
1515 + display: inline-block;
1516 + vertical-align: middle;
1517 +}
1518 +
1519 +
1520 +/******************************************************************************/
1521 +/******************************** text area editor **************************/
1522 +/******************************************************************************/
1523 +.viz-text-editor {
1524 + padding: 20px;
1525 + z-index: 9999;
1526 + box-sizing: border-box;
1527 + padding-right: 320px;
1528 +}
1529 +
1530 +.viz-text-editor textarea {
1531 + width: 85%;
1532 + overflow: auto;
1533 + background: #282923;
1534 + color: #ffffff;
1535 + padding: 15px;
1536 + height: 400px;
1537 + font-size: 15px;
1538 +}
1539 +
1540 +.viz-text-editor textarea,
1541 +button#viz-text-editor-button {
1542 + display: inline-block;
1543 + vertical-align: middle;
1544 +}
1545 +
1546 +.viz-simple-editor .viz-html-table {
1547 + width: 95%;
1548 +}
1549 +
1550 +/******************************************************************************/
1551 +/******************************** chartjs ***********************************/
1552 +/******************************************************************************/
1553 +
1554 +canvas.chartjs-render-monitor {
1555 + height: 500px !important;
1556 +}
1557 +
1558 +/******************************************************************************/
1559 +/******************************** Frontend Actions ***********************************/
1560 +/******************************************************************************/
1561 +#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1562 + text-align: center;
1563 +}