File tree Expand file tree Collapse file tree 2 files changed +21
-9
lines changed
classes/Visualizer/Render/Page Expand file tree Collapse file tree 2 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ class="dashicons dashicons-lock"></span></h2>
241
241
</li>
242
242
</ul>
243
243
<li class="group group-category bottom-fixed sidebar-footer-link" id="vz-chart-settings">
244
- <h2><?php _e ( 'Advanced Settings ' , 'visualizer ' ); ?> </h2>
244
+ <h2><span class="dashicons dashicons-admin-tools"></span> < ?php _e ( 'Advanced ' , 'visualizer ' ); ?> </h2>
245
245
<div class="group-header">
246
246
<button class="customize-section-back" tabindex="0"></button>
247
247
<h3 class="group-title main-group"><?php _e ( 'Chart Settings ' , 'visualizer ' ); ?> </h3>
@@ -254,9 +254,8 @@ class="dashicons dashicons-lock"></span></h2>
254
254
</ul>
255
255
</li>
256
256
<?php echo apply_filters ( 'visualizer_pro_sidebar_footer_links ' , '' , $ this ->chart ->ID ); ?>
257
- <li class=" group bottom-fixed" id="vz-chart-review">
258
- <a href="https://wordpress.org/support/plugin/visualizer/reviews/?filter=5#new-post"
259
- target="_blank"><?php _e ( 'Rate our plugin ' , 'visualizer ' ); ?> </a>
257
+ <li class=" group bottom-fixed vz-pro-sidebar-link" id="vz-chart-permissions">
258
+ <a target="_blank"><span class="dashicons dashicons-admin-users"></span><?php _e ( 'Permissions (PRO) ' , 'visualizer ' ); ?> </a>
260
259
</li>
261
260
<li class="group bottom-fixed" id="vz-chart-copyright">Visualizer © <?php echo date ( 'Y ' , current_time ( 'timestamp ' ) ); ?> </li>
262
261
</ul>
Original file line number Diff line number Diff line change @@ -830,24 +830,24 @@ button#editor-chart-button {
830
830
831
831
# vz-chart-review {
832
832
right : 0 ;
833
- bottom : 40 px ;
833
+ bottom : 10 px ;
834
834
-webkit-box-sizing : border-box;
835
835
box-sizing : border-box;
836
- width : 50 % ;
837
- padding-right : 20 px ;
836
+ width : 40 % ;
837
+ padding-right : 6 px ;
838
838
text-align : right;
839
839
}
840
840
841
841
# vz-chart-settings .bottom-fixed h2 {
842
- padding-left : 20 px ;
842
+ padding-left : 6 px ;
843
843
}
844
844
845
845
# vz-chart-settings {
846
846
bottom : 40px ;
847
847
left : 0 ;
848
848
-webkit-box-sizing : border-box;
849
849
box-sizing : border-box;
850
- width : 50 % ;
850
+ width : 33 % ;
851
851
text-align : left;
852
852
}
853
853
@@ -862,6 +862,7 @@ button#editor-chart-button {
862
862
863
863
.sidebar-footer-link ,
864
864
# vz-chart-review ,
865
+ # vz-chart-permissions ,
865
866
# vz-chart-settings {
866
867
display : inline;
867
868
background : none;
@@ -1021,4 +1022,16 @@ span.section-error {
1021
1022
}
1022
1023
# visualizer-error-manual {
1023
1024
color : # ff595e ;
1025
+ }
1026
+ # vz-chart-permissions {
1027
+
1028
+ width : 43% ;
1029
+ }
1030
+ # vz-chart-permissions {
1031
+ color : # ce484c ;
1032
+ }
1033
+ # vz-chart-permissions {
1034
+ width : 30% ;
1035
+ bottom : 40px ;
1036
+ right : 6px ;
1024
1037
}
You can’t perform that action at this time.
0 commit comments