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 mb-2').css({'position':'sticky','margin-top':'-37px'});
+
$('.pfUploadable').addClass('font-weight-bold float-right mb-2').css({'position':'sticky','margin-top':'-37px'});

Revision as of 16:09, July 18, 2020

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

$('.pfUploadable').addClass('font-weight-bold float-right mb-2').css({'position':'sticky','margin-top':'-37px'});