| @@ -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%; |
| @@ -483,9 +461,8 @@ | ||
| 483 | 461 | height: 10px; |
| 484 | 462 | height: 17px; |
| 485 | 463 | border: none; |
| 486 | 464 | color: #fff; |
| 487 | - z-index: 1; | |
| 488 | 465 | background: #c55555; |
| 489 | 466 | } |
| 490 | 467 | |
| 491 | 468 | .type-label { |
| @@ -494,23 +471,20 @@ | ||
| 494 | 471 | height: 205px; |
| 495 | 472 | padding: 15px; |
| 496 | 473 | border: 1px solid #e0e0e0; |
| 497 | 474 | background-color: white; |
| 498 | - background-image: url(../images/chart_types_v395.png); | |
| 475 | + background-image: url(../images/chart_types_v340_g.png); | |
| 499 | 476 | background-repeat: no-repeat; |
| 500 | 477 | background-position: center center; |
| 501 | - background-size: 900px 1150px; | |
| 502 | - filter: grayscale(100%); | |
| 503 | 478 | } |
| 504 | 479 | |
| 505 | 480 | .type-label-selected, |
| 506 | -.type-box .type-label:hover { | |
| 507 | -/* background-image: url(../images/chart_types_v340.png);*/ | |
| 508 | - filter: grayscale(0); | |
| 481 | +.type-box > .type-label:hover { | |
| 482 | + background-image: url(../images/chart_types_v340.png); | |
| 509 | 483 | } |
| 510 | 484 | |
| 511 | 485 | .type-box-area .type-label { |
| 512 | - background-position: -8px -225px; | |
| 486 | + background-position: 0 -225px; | |
| 513 | 487 | } |
| 514 | 488 | |
| 515 | 489 | .type-box-line .type-label { |
| 516 | 490 | background-position: -600px 0; |
| @@ -524,9 +498,9 @@ | ||
| 524 | 498 | background-position: 0 0; |
| 525 | 499 | } |
| 526 | 500 | |
| 527 | 501 | .type-box-gauge .type-label { |
| 528 | - background-position: -7px -450px; | |
| 502 | + background-position: 0 -450px; | |
| 529 | 503 | } |
| 530 | 504 | |
| 531 | 505 | .type-box-geo .type-label { |
| 532 | 506 | background-position: -600px -450px; |
| @@ -532,9 +506,9 @@ | ||
| 532 | 506 | background-position: -600px -450px; |
| 533 | 507 | } |
| 534 | 508 | |
| 535 | 509 | .type-box-candlestick .type-label { |
| 536 | - background-position: -304px -450px; | |
| 510 | + background-position: -300px -450px; | |
| 537 | 511 | } |
| 538 | 512 | |
| 539 | 513 | .type-box-bar .type-label { |
| 540 | 514 | background-position: -300px -225px; |
| @@ -540,9 +514,9 @@ | ||
| 540 | 514 | background-position: -300px -225px; |
| 541 | 515 | } |
| 542 | 516 | |
| 543 | 517 | .type-box-bubble .type-label { |
| 544 | - background-position: -604px -906px; | |
| 518 | + background-position: -600px -906px; | |
| 545 | 519 | } |
| 546 | 520 | |
| 547 | 521 | .type-box-column .type-label { |
| 548 | 522 | background-position: -600px -225px; |
| @@ -554,13 +528,13 @@ | ||
| 554 | 528 | background-position: -301px -670px; |
| 555 | 529 | } |
| 556 | 530 | |
| 557 | 531 | .type-box-timeline .type-label { |
| 558 | - background-position: -8px -670px; | |
| 532 | + background-position: -2px -670px; | |
| 559 | 533 | } |
| 560 | 534 | |
| 561 | 535 | .type-box-combo .type-label { |
| 562 | - background-position: -606px -670px; | |
| 536 | + background-position: -597px -670px; | |
| 563 | 537 | } |
| 564 | 538 | |
| 565 | 539 | .type-box-polarArea .type-label { |
| 566 | 540 | background-position: -2px -912px; |
| @@ -831,11 +805,8 @@ | ||
| 831 | 805 | |
| 832 | 806 | .viz-select-library { |
| 833 | 807 | color: #0085ba; |
| 834 | 808 | } |
| 835 | -.viz-select-library.viz-hide-libary { | |
| 836 | - display: none; | |
| 837 | -} | |
| 838 | 809 | |
| 839 | 810 | .viz-select-library option:first-child { |
| 840 | 811 | font-weight: bold; |
| 841 | 812 | } |
| @@ -1542,12 +1513,8 @@ | ||
| 1542 | 1513 | display: inline-block; |
| 1543 | 1514 | vertical-align: middle; |
| 1544 | 1515 | } |
| 1545 | 1516 | |
| 1546 | -.viz-simple-editor .viz-html-table { | |
| 1547 | - width: 95%; | |
| 1548 | -} | |
| 1549 | - | |
| 1550 | 1517 | /******************************************************************************/ |
| 1551 | 1518 | /******************************** chartjs ***********************************/ |
| 1552 | 1519 | /******************************************************************************/ |
| 1553 | 1520 | |
| @@ -1553,11 +1520,4 @@ | ||
| 1553 | 1520 | |
| 1554 | 1521 | canvas.chartjs-render-monitor { |
| 1555 | 1522 | height: 500px !important; |
| 1556 | 1523 | } |
| 1557 | - | |
| 1558 | -/******************************************************************************/ | |
| 1559 | -/******************************** Frontend Actions ***********************************/ | |
| 1560 | -/******************************************************************************/ | |
| 1561 | -#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner { | |
| 1562 | - text-align: center; | |
| 1563 | -} | |