Difference between revisions of "MediaWiki:Common.js"

From Earth Science Information Partners (ESIP)
Line 4: Line 4:
 
}( jQuery ) );
 
}( jQuery ) );
  
$('.pfUploadable').addClass(' mw-ui-button mw-ui-quiet float-right border-0 ').css({'position':'sticky','margin-top':'-40px'});
+
$('.pfUploadable').addClass(' mw-ui-button mw-ui-quiet float-right border-0 ').css({'position':'sticky','margin-top':'-37px'});

Revision as of 13:59, July 18, 2020

/* Any JavaScript here will be loaded for all users on every page load. */
( function( $ ) {
    $('button').hide();
}( jQuery ) );

$('.pfUploadable').addClass(' mw-ui-button mw-ui-quiet float-right border-0 ').css({'position':'sticky','margin-top':'-37px'});