File tree Expand file tree Collapse file tree
classes/Visualizer/Render/Page Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ protected function _renderSidebarContent() {
9898 }
9999 echo '</div> ' ;
100100 echo '</form> ' ;
101+ echo '<input type="button" name="advanced_button" class="advanced-settings-btn preview-btn" value="Advanced »"> ' ;
101102
102103 // added by Ash/Upwork
103104 if ( defined ( 'Visualizer_Pro ' ) ){
@@ -109,7 +110,6 @@ protected function _renderSidebarContent() {
109110 <input type="button" class="button preview preview-btn" id="existing-chart-free" value="<?php esc_attr_e ( 'Check PRO Version ' , Visualizer_Plugin::NAME );?> ">
110111 </a>
111112
112- <input type="button" name="advanced_button" class="advanced-settings-btn preview-btn" value="Advanced »">
113113
114114<?php
115115 }
Original file line number Diff line number Diff line change @@ -565,6 +565,34 @@ div.group-content .group-description {
565565 margin-top : 2px !important ;
566566 }
567567
568+ input # existing-chart {
569+ left : 18px ;
570+ width : 110px ;
571+ position : relative;
572+ }
573+
574+ select # chart-id {
575+ left : 44px ;
576+ position : relative;
577+ width : 120px ;
578+ }
579+
580+ button # editor-chart-button {
581+ width : 260px ;
582+ margin : 0 auto;
583+ display : block;
584+ background-color : # 2f8cea !important ;
585+ color : white !important ;
586+ border : 1px solid # 2c80d6 !important ;
587+ box-shadow : none !important ;
588+ -webkit-transition : all .3s ease;
589+ -moz-transition : all .3s ease;
590+ -ms-transition : all .3s ease;
591+ -o-transition : all .3s ease;
592+ transition : all .3s ease;
593+ text-shadow : none;
594+ }
595+
568596.preview-btn {
569597 font-family : "Open Sans" , sans-serif;
570598 font-weight : 700 ;
You can’t perform that action at this time.
0 commit comments