PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.2.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.2.0
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 3.10.4 All 148 releases
← All changes | css/frame.css +31 -165 3.10.113.2.0 View file →
@@ -16,31 +16,9 @@
16 16 right: 310px;
17 17 bottom: 10px;
18 18 left: 10px;
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 21 .loader {
44 22 position: absolute;
45 23 top: 50%;
46 24 left: 50%;
@@ -58,9 +36,9 @@
58 36 z-index: 75;
59 37 top: 0;
60 38 right: 0;
61 39 bottom: 60px;
62 - width: 350px;
40 + width: 299px;
63 41 border-left: 1px solid #dfdfdf;
64 42 background: whitesmoke;
65 43
66 44 -webkit-overflow-scrolling: touch;
@@ -110,12 +88,8 @@
110 88 cursor: pointer;
111 89 transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
112 90 }
113 91
114 -.viz-title-small {
115 - font-size: smaller;
116 -}
117 -
118 92 .viz-group-wrapper .viz-group .viz-group:hover .viz-group-title,
119 93 .viz-group-wrapper .viz-group .viz-group.open .viz-group-title {
120 94 border-left-color: #0073aa;
121 95 color: #0073aa;
@@ -284,19 +258,8 @@
284 258 font-weight: normal;
285 259 text-decoration: none;
286 260 }
287 261
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 -
299 262 .viz-section-description {
300 263 margin: 0;
301 264 /*display: none;*/
302 265 padding: 0;
@@ -379,23 +342,8 @@
379 342 margin-top: 15px;
380 343 text-align: center;
381 344 }
382 345
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 -}
398 346 /******************************************************************************/
399 347 /******************************** TOOLBAR ***********************************/
400 348 /******************************************************************************/
401 349
@@ -414,9 +362,8 @@
414 362 }
415 363
416 364 #toolbar .push-right {
417 365 float: right;
418 - margin-right: 10px;
419 366 }
420 367
421 368 #toolbar .push-left {
422 369 float: left;
@@ -483,9 +430,8 @@
483 430 height: 10px;
484 431 height: 17px;
485 432 border: none;
486 433 color: #fff;
487 - z-index: 1;
488 434 background: #c55555;
489 435 }
490 436
491 437 .type-label {
@@ -494,23 +440,20 @@
494 440 height: 205px;
495 441 padding: 15px;
496 442 border: 1px solid #e0e0e0;
497 443 background-color: white;
498 - background-image: url(../images/chart_types_v395.png);
444 + background-image: url(../images/chart_types_g.png);
499 445 background-repeat: no-repeat;
500 446 background-position: center center;
501 - background-size: 900px 1150px;
502 - filter: grayscale(100%);
503 447 }
504 448
505 449 .type-label-selected,
506 -.type-box .type-label:hover {
507 -/* background-image: url(../images/chart_types_v340.png);*/
508 - filter: grayscale(0);
450 +.type-box > .type-label:hover {
451 + background-image: url(../images/chart_types.png);
509 452 }
510 453
511 454 .type-box-area .type-label {
512 - background-position: -8px -225px;
455 + background-position: 0 -225px;
513 456 }
514 457
515 458 .type-box-line .type-label {
516 459 background-position: -600px 0;
@@ -524,9 +467,9 @@
524 467 background-position: 0 0;
525 468 }
526 469
527 470 .type-box-gauge .type-label {
528 - background-position: -7px -450px;
471 + background-position: 0 -450px;
529 472 }
530 473
531 474 .type-box-geo .type-label {
532 475 background-position: -600px -450px;
@@ -532,9 +475,9 @@
532 475 background-position: -600px -450px;
533 476 }
534 477
535 478 .type-box-candlestick .type-label {
536 - background-position: -304px -450px;
479 + background-position: -300px -450px;
537 480 }
538 481
539 482 .type-box-bar .type-label {
540 483 background-position: -300px -225px;
@@ -539,38 +482,28 @@
539 482 .type-box-bar .type-label {
540 483 background-position: -300px -225px;
541 484 }
542 485
543 -.type-box-bubble .type-label {
544 - background-position: -604px -906px;
486 +.type-box-column .type-label {
487 + background-position: -600px -225px;
545 488 }
546 489
547 -.type-box-column .type-label {
548 - background-position: -600px -225px;
490 +.type-box-dataTable .type-label {
491 + background-position: -301px -670px;
549 492 }
550 493
551 -.type-box-dataTable .type-label,
552 -.type-box-table .type-label,
553 -.type-box-tabular .type-label {
494 +.type-box-table .type-label {
554 495 background-position: -301px -670px;
555 496 }
556 497
557 498 .type-box-timeline .type-label {
558 - background-position: -8px -670px;
499 + background-position: -2px -670px;
559 500 }
560 501
561 502 .type-box-combo .type-label {
562 - background-position: -606px -670px;
503 + background-position: -597px -670px;
563 504 }
564 505
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 -
573 506 /******************************************************************************/
574 507 /******************************** OTHER STYLES ******************************/
575 508 /******************************************************************************/
576 509
@@ -731,10 +664,10 @@
731 664
732 665 input#existing-chart {
733 666 /*left: 18px;
734 667 width: 110px;
735 - position: relative;*/
736 - }
668 + position: relative;*/
669 +}
737 670
738 671 select#chart-id {
739 672 float: right;
740 673 width: 146px;
@@ -828,19 +761,8 @@
828 761 .hidden-setting {
829 762 display: none;
830 763 }
831 764
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 -
843 765 /* ====== RESPONSIVE ====== */
844 766
845 767 @media (max-width: 1366px) {
846 768 #rate-stars {
@@ -1002,9 +924,8 @@
1002 924
1003 925 #vz-csv-file-form,
1004 926 #vz-one-time-import,
1005 927 #vz-schedule-import,
1006 -#vz-permissions .only-pro-content,
1007 928 .edit-data-content {
1008 929 text-align: center;
1009 930 }
1010 931
@@ -1081,22 +1002,17 @@
1081 1002 .only-pro-content a {
1082 1003 display: inline-block;
1083 1004 padding: 7px 12px;
1084 1005 color: #fff;
1085 - background: #3F57E1;
1006 + background: #ff595e;
1086 1007 font-weight: 600;
1087 1008 text-decoration: none;
1009 + text-transform: uppercase;
1088 1010 transition: 0.1s ease;
1089 - border-width: 1px;
1090 - border-style: solid;
1091 - border-radius: 3px;
1092 1011 }
1093 -.only-pro-content .only-pro-container a {
1094 - color: #fff !important;
1095 -}
1096 1012
1097 1013 .only-pro-content a:hover {
1098 - background: #2D419B;
1014 + background: #ce484c;
1099 1015 }
1100 1016
1101 1017 #sidebar::-webkit-scrollbar {
1102 1018 width: 4px;
@@ -1410,9 +1326,18 @@
1410 1326 .db-wizard-results .dataTables_wrapper .dataTables_info {
1411 1327 width: calc(100% - 17px);
1412 1328 }
1413 1329
1330 +#vz-chart-docs {
1331 + right: 85px;
1332 + bottom: 40px;
1333 + width: 35%;
1334 +}
1414 1335
1336 +#vz-chart-docs a {
1337 + text-decoration: none;
1338 +}
1339 +
1415 1340 /******************************************************************************/
1416 1341 /******************************** data tables *******************************/
1417 1342 /******************************************************************************/
1418 1343 .db-wizard-results .dt-button {
@@ -1418,12 +1343,8 @@
1418 1343 .db-wizard-results .dt-button {
1419 1344 display: none !important;
1420 1345 }
1421 1346
1422 -.dt-button.buttons-print {
1423 - display: none;
1424 -}
1425 -
1426 1347 /******************************************************************************/
1427 1348 /******************************** json table *********************************/
1428 1349 /******************************************************************************/
1429 1350 #json-conclude-form .results {
@@ -1429,16 +1350,13 @@
1429 1350 #json-conclude-form .results {
1430 1351 min-width: 10px !important;
1431 1352 }
1432 1353
1433 -#json-conclude-form .json-table {
1434 - width: 85%;
1435 -}
1436 -
1354 +#json-conclude-form .json-table,
1437 1355 #vz-import-json-url,
1438 1356 #vz-import-json-root,
1439 1357 #vz-import-json-paging {
1440 - width: 75%;
1358 + width: 85%;
1441 1359 }
1442 1360
1443 1361 #json-conclude-form .json-table,
1444 1362 #json-conclude-form button#visualizer-json-conclude {
@@ -1468,41 +1386,8 @@
1468 1386 background: #0085BA !important;
1469 1387 color: #ffffff;
1470 1388 }
1471 1389
1472 -.viz-substep {
1473 - outline: 0 !important;
1474 - border: 0 !important;
1475 - background: none !important;
1476 - text-transform: uppercase;
1477 -}
1478 -
1479 -.viz-substep.ui-state-active {
1480 -}
1481 -
1482 -.viz-substep ~ .ui-accordion-content {
1483 - outline: 0 !important;
1484 - border: 0 !important;
1485 - font-size: smaller;
1486 -}
1487 -
1488 -.viz-substep ~ div {
1489 - display: table;
1490 -}
1491 -
1492 -.viz-substep ~ div > div {
1493 - display: table-row;
1494 -}
1495 -
1496 -.viz-substep ~ div > div div {
1497 - display: table-cell;
1498 - padding: 5px;
1499 -}
1500 -
1501 -.json-wizard-header .field-title {
1502 - position: absolute;
1503 - left: 30px;
1504 -}
1505 1390 /******************************************************************************/
1506 1391 /******************************** html table editor **************************/
1507 1392 /******************************************************************************/
1508 1393 .viz-simple-editor-type,
@@ -1545,24 +1430,5 @@
1545 1430 .viz-text-editor textarea,
1546 1431 button#viz-text-editor-button {
1547 1432 display: inline-block;
1548 1433 vertical-align: middle;
1549 -}
1550 -
1551 -.viz-simple-editor .viz-html-table {
1552 - width: 95%;
1553 -}
1554 -
1555 -/******************************************************************************/
1556 -/******************************** chartjs ***********************************/
1557 -/******************************************************************************/
1558 -
1559 -canvas.chartjs-render-monitor {
1560 - height: 500px !important;
1561 -}
1562 -
1563 -/******************************************************************************/
1564 -/******************************** Frontend Actions ***********************************/
1565 -/******************************************************************************/
1566 -#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1567 - text-align: center;
1568 1434 }