| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | jQuery( function ( $ ) { |
| 2 | 2 | |
| 3 | 3 | if ($('#contextual-help-link-wrap .show-recently-viewed').length == 0) |
| 4 | 4 | { |
| 5 | - $("#screen-meta-links").append('<div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle" style="z-index:2;"><button class="show-settings show-recently-viewed" style="cursor:pointer">Recently Viewed</button></div>'); | |
| 5 | + $("#screen-meta-links").append('<div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle" style="z-index:2;"><button class="button button-compact show-settings show-recently-viewed" style="cursor:pointer">Recently Viewed</button></div>'); | |
| 6 | 6 | |
| 7 | 7 | var html = ''; |
| 8 | 8 | |
| 9 | 9 | if ( Object.keys(propertyhive_admin_recently_viewed.recently_viewed).length > 0 ) |