| @@ -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; |
| @@ -379,23 +357,8 @@ | ||
| 379 | 357 | margin-top: 15px; |
| 380 | 358 | text-align: center; |
| 381 | 359 | } |
| 382 | 360 | |
| 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 | 361 | /******************************************************************************/ |
| 399 | 362 | /******************************** TOOLBAR ***********************************/ |
| 400 | 363 | /******************************************************************************/ |
| 401 | 364 | |
| @@ -414,9 +377,8 @@ | ||
| 414 | 377 | } |
| 415 | 378 | |
| 416 | 379 | #toolbar .push-right { |
| 417 | 380 | float: right; |
| 418 | - margin-right: 10px; | |
| 419 | 381 | } |
| 420 | 382 | |
| 421 | 383 | #toolbar .push-left { |
| 422 | 384 | float: left; |
| @@ -483,9 +445,8 @@ | ||
| 483 | 445 | height: 10px; |
| 484 | 446 | height: 17px; |
| 485 | 447 | border: none; |
| 486 | 448 | color: #fff; |
| 487 | - z-index: 1; | |
| 488 | 449 | background: #c55555; |
| 489 | 450 | } |
| 490 | 451 | |
| 491 | 452 | .type-label { |
| @@ -494,23 +455,20 @@ | ||
| 494 | 455 | height: 205px; |
| 495 | 456 | padding: 15px; |
| 496 | 457 | border: 1px solid #e0e0e0; |
| 497 | 458 | background-color: white; |
| 498 | - background-image: url(../images/chart_types_v395.png); | |
| 459 | + background-image: url(../images/chart_types_june2019_g.png); | |
| 499 | 460 | background-repeat: no-repeat; |
| 500 | 461 | background-position: center center; |
| 501 | - background-size: 900px 1150px; | |
| 502 | - filter: grayscale(100%); | |
| 503 | 462 | } |
| 504 | 463 | |
| 505 | 464 | .type-label-selected, |
| 506 | -.type-box .type-label:hover { | |
| 507 | -/* background-image: url(../images/chart_types_v340.png);*/ | |
| 508 | - filter: grayscale(0); | |
| 465 | +.type-box > .type-label:hover { | |
| 466 | + background-image: url(../images/chart_types_june2019.png); | |
| 509 | 467 | } |
| 510 | 468 | |
| 511 | 469 | .type-box-area .type-label { |
| 512 | - background-position: -8px -225px; | |
| 470 | + background-position: 0 -225px; | |
| 513 | 471 | } |
| 514 | 472 | |
| 515 | 473 | .type-box-line .type-label { |
| 516 | 474 | background-position: -600px 0; |
| @@ -524,9 +482,9 @@ | ||
| 524 | 482 | background-position: 0 0; |
| 525 | 483 | } |
| 526 | 484 | |
| 527 | 485 | .type-box-gauge .type-label { |
| 528 | - background-position: -7px -450px; | |
| 486 | + background-position: 0 -450px; | |
| 529 | 487 | } |
| 530 | 488 | |
| 531 | 489 | .type-box-geo .type-label { |
| 532 | 490 | background-position: -600px -450px; |
| @@ -532,9 +490,9 @@ | ||
| 532 | 490 | background-position: -600px -450px; |
| 533 | 491 | } |
| 534 | 492 | |
| 535 | 493 | .type-box-candlestick .type-label { |
| 536 | - background-position: -304px -450px; | |
| 494 | + background-position: -300px -450px; | |
| 537 | 495 | } |
| 538 | 496 | |
| 539 | 497 | .type-box-bar .type-label { |
| 540 | 498 | background-position: -300px -225px; |
| @@ -539,28 +497,26 @@ | ||
| 539 | 497 | .type-box-bar .type-label { |
| 540 | 498 | background-position: -300px -225px; |
| 541 | 499 | } |
| 542 | 500 | |
| 543 | -.type-box-bubble .type-label { | |
| 544 | - background-position: -604px -906px; | |
| 501 | +.type-box-column .type-label { | |
| 502 | + background-position: -600px -225px; | |
| 545 | 503 | } |
| 546 | 504 | |
| 547 | -.type-box-column .type-label { | |
| 548 | - background-position: -600px -225px; | |
| 505 | +.type-box-dataTable .type-label { | |
| 506 | + background-position: -301px -670px; | |
| 549 | 507 | } |
| 550 | 508 | |
| 551 | -.type-box-dataTable .type-label, | |
| 552 | -.type-box-table .type-label, | |
| 553 | -.type-box-tabular .type-label { | |
| 509 | +.type-box-table .type-label { | |
| 554 | 510 | background-position: -301px -670px; |
| 555 | 511 | } |
| 556 | 512 | |
| 557 | 513 | .type-box-timeline .type-label { |
| 558 | - background-position: -8px -670px; | |
| 514 | + background-position: -2px -670px; | |
| 559 | 515 | } |
| 560 | 516 | |
| 561 | 517 | .type-box-combo .type-label { |
| 562 | - background-position: -606px -670px; | |
| 518 | + background-position: -597px -670px; | |
| 563 | 519 | } |
| 564 | 520 | |
| 565 | 521 | .type-box-polarArea .type-label { |
| 566 | 522 | background-position: -2px -912px; |
| @@ -731,10 +687,10 @@ | ||
| 731 | 687 | |
| 732 | 688 | input#existing-chart { |
| 733 | 689 | /*left: 18px; |
| 734 | 690 | width: 110px; |
| 735 | - position: relative;*/ | |
| 736 | - } | |
| 691 | + position: relative;*/ | |
| 692 | +} | |
| 737 | 693 | |
| 738 | 694 | select#chart-id { |
| 739 | 695 | float: right; |
| 740 | 696 | width: 146px; |
| @@ -831,11 +787,8 @@ | ||
| 831 | 787 | |
| 832 | 788 | .viz-select-library { |
| 833 | 789 | color: #0085ba; |
| 834 | 790 | } |
| 835 | -.viz-select-library.viz-hide-libary { | |
| 836 | - display: none; | |
| 837 | -} | |
| 838 | 791 | |
| 839 | 792 | .viz-select-library option:first-child { |
| 840 | 793 | font-weight: bold; |
| 841 | 794 | } |
| @@ -1002,9 +955,8 @@ | ||
| 1002 | 955 | |
| 1003 | 956 | #vz-csv-file-form, |
| 1004 | 957 | #vz-one-time-import, |
| 1005 | 958 | #vz-schedule-import, |
| 1006 | -#vz-permissions .only-pro-content, | |
| 1007 | 959 | .edit-data-content { |
| 1008 | 960 | text-align: center; |
| 1009 | 961 | } |
| 1010 | 962 | |
| @@ -1405,9 +1357,18 @@ | ||
| 1405 | 1357 | .db-wizard-results .dataTables_wrapper .dataTables_info { |
| 1406 | 1358 | width: calc(100% - 17px); |
| 1407 | 1359 | } |
| 1408 | 1360 | |
| 1361 | +#vz-chart-docs { | |
| 1362 | + right: 85px; | |
| 1363 | + bottom: 40px; | |
| 1364 | + width: 35%; | |
| 1365 | +} | |
| 1409 | 1366 | |
| 1367 | +#vz-chart-docs a { | |
| 1368 | + text-decoration: none; | |
| 1369 | +} | |
| 1370 | + | |
| 1410 | 1371 | /******************************************************************************/ |
| 1411 | 1372 | /******************************** data tables *******************************/ |
| 1412 | 1373 | /******************************************************************************/ |
| 1413 | 1374 | .db-wizard-results .dt-button { |
| @@ -1424,16 +1385,13 @@ | ||
| 1424 | 1385 | #json-conclude-form .results { |
| 1425 | 1386 | min-width: 10px !important; |
| 1426 | 1387 | } |
| 1427 | 1388 | |
| 1428 | -#json-conclude-form .json-table { | |
| 1429 | - width: 85%; | |
| 1430 | -} | |
| 1431 | - | |
| 1389 | +#json-conclude-form .json-table, | |
| 1432 | 1390 | #vz-import-json-url, |
| 1433 | 1391 | #vz-import-json-root, |
| 1434 | 1392 | #vz-import-json-paging { |
| 1435 | - width: 75%; | |
| 1393 | + width: 85%; | |
| 1436 | 1394 | } |
| 1437 | 1395 | |
| 1438 | 1396 | #json-conclude-form .json-table, |
| 1439 | 1397 | #json-conclude-form button#visualizer-json-conclude { |
| @@ -1463,41 +1421,8 @@ | ||
| 1463 | 1421 | background: #0085BA !important; |
| 1464 | 1422 | color: #ffffff; |
| 1465 | 1423 | } |
| 1466 | 1424 | |
| 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 | 1425 | /******************************************************************************/ |
| 1501 | 1426 | /******************************** html table editor **************************/ |
| 1502 | 1427 | /******************************************************************************/ |
| 1503 | 1428 | .viz-simple-editor-type, |
| @@ -1542,12 +1467,8 @@ | ||
| 1542 | 1467 | display: inline-block; |
| 1543 | 1468 | vertical-align: middle; |
| 1544 | 1469 | } |
| 1545 | 1470 | |
| 1546 | -.viz-simple-editor .viz-html-table { | |
| 1547 | - width: 95%; | |
| 1548 | -} | |
| 1549 | - | |
| 1550 | 1471 | /******************************************************************************/ |
| 1551 | 1472 | /******************************** chartjs ***********************************/ |
| 1552 | 1473 | /******************************************************************************/ |
| 1553 | 1474 | |
| @@ -1552,12 +1473,5 @@ | ||
| 1552 | 1473 | /******************************************************************************/ |
| 1553 | 1474 | |
| 1554 | 1475 | canvas.chartjs-render-monitor { |
| 1555 | 1476 | 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 | 1477 | } |