| @@ -10,10 +10,9 @@ | ||
| 10 | 10 | } |
| 11 | 11 | ?> |
| 12 | 12 | <div id="poststuff" class="ui-sortable meta-box-sortables"> |
| 13 | 13 | <div id="about" class="postbox"> |
| 14 | - <div class="handlediv" title="<?php esc_attr_e( 'Click to toggle', 'adminimize' ); ?>"><br /></div> | |
| 15 | - <h3 class="hndle" id="self-settings"><?php esc_attr_e( 'Plugin Settings', 'adminimize' ) ?></h3> | |
| 14 | + <h3 class="hndle ui-sortable-handle" title="<?php esc_attr_e( 'Click to toggle', 'adminimize' ); ?>" id="self-settings"><?php esc_attr_e( 'Plugin Settings', 'adminimize' ) ?></h3> | |
| 16 | 15 | |
| 17 | 16 | <div class="inside"> |
| 18 | 17 | |
| 19 | 18 | <table class="form-table"> |
| @@ -80,9 +79,9 @@ | ||
| 80 | 79 | ); ?> »" /><input type="hidden" name="page_options" value="'dofollow_timeout'" /> |
| 81 | 80 | </p> |
| 82 | 81 | |
| 83 | 82 | <p> |
| 84 | - <a class="alignright button" href="javascript:void(0);" | |
| 83 | + <a class="alignright button adminimize-scroltop" href="#" | |
| 85 | 84 | onclick="window.scrollTo(0,0);" style="margin:3px 0 0 30px;"><?php esc_attr_e( |
| 86 | 85 | 'scroll to top', 'adminimize' |
| 87 | 86 | ); ?></a><br class="clear" /> |
| 88 | 87 | </p> |
| @@ -87,5 +86,5 @@ | ||
| 87 | 86 | ); ?></a><br class="clear" /> |
| 88 | 87 | </p> |
| 89 | 88 | </div> |
| 90 | 89 | </div> |
| 91 | -</div> | |
| 90 | +</div> | |