| @@ -95,9 +95,9 @@ | ||
| 95 | 95 | $this->do_meta_boxes( 'side' ); |
| 96 | 96 | ?> |
| 97 | 97 | </div> |
| 98 | 98 | </div> |
| 99 | - <br class="clear" /> | |
| 99 | + <br class="clear"> | |
| 100 | 100 | </div> |
| 101 | 101 | </div> |
| 102 | 102 | </div> |
| 103 | 103 | <?php |
| @@ -146,9 +146,9 @@ | ||
| 146 | 146 | <p> |
| 147 | 147 | <?php _e( 'To proceed without trying to save the “Custom CSS” to a file, click the button below.', 'tablepress' ); ?> |
| 148 | 148 | <?php _e( 'Your “Custom CSS” will then be loaded inline.', 'tablepress' ); ?> |
| 149 | 149 | </p><p> |
| 150 | - <a href="<?php echo TablePress::url( array( 'action' => 'options', 'message' => 'success_save_error_custom_css' ) ); ?>" class="button button-large"><?php _e( 'Proceed without saving “Custom CSS” to a file', 'tablepress' ); ?></a> | |
| 150 | + <a href="<?php echo TablePress::url( array( 'action' => 'options', 'message' => 'success_save_error_custom_css' ) ); ?>" class="components-button is-secondary"><?php _e( 'Proceed without saving “Custom CSS” to a file', 'tablepress' ); ?></a> | |
| 151 | 151 | </p> |
| 152 | 152 | <?php |
| 153 | 153 | } |
| 154 | 154 | |