Difference between revisions of "MediaWiki:Common.js"
From Earth Science Information Partners (ESIP)
| Line 4: | Line 4: | ||
}( jQuery ) ); | }( jQuery ) ); | ||
| − | $('.pfUploadable').addClass('font-weight-bold float-right | + | $('.pfUploadable').addClass('font-weight-bold float-right mx-2').css({'position':'sticky','margin-top':'-32px'}); |
Revision as of 15:11, 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 mx-2').css({'position':'sticky','margin-top':'-32px'});