File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed
classes/Visualizer/Render/Page Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ protected function _renderSidebarContent() {
98
98
}
99
99
echo '</div> ' ;
100
100
echo '</form> ' ;
101
+ echo '<input type="button" name="advanced_button" class="advanced-settings-btn preview-btn" value="Advanced »"> ' ;
101
102
102
103
// added by Ash/Upwork
103
104
if ( defined ( 'Visualizer_Pro ' ) ){
@@ -109,7 +110,6 @@ protected function _renderSidebarContent() {
109
110
<input type="button" class="button preview preview-btn" id="existing-chart-free" value="<?php esc_attr_e ( 'Check PRO Version ' , Visualizer_Plugin::NAME );?> ">
110
111
</a>
111
112
112
- <input type="button" name="advanced_button" class="advanced-settings-btn preview-btn" value="Advanced »">
113
113
114
114
<?php
115
115
}
Original file line number Diff line number Diff line change @@ -565,6 +565,34 @@ div.group-content .group-description {
565
565
margin-top : 2px !important ;
566
566
}
567
567
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
+
568
596
.preview-btn {
569
597
font-family : "Open Sans" , sans-serif;
570
598
font-weight : 700 ;
You can’t perform that action at this time.
0 commit comments