مدیاویکی:Gadget-Cat-a-lot.js: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱٬۱۵۰: خط ۱٬۱۵۰:
table.width( '100%' );
table.width( '100%' );
$container.height( Math.min( $container.height(), $head.offset().top - $container.offset().top + 10 ) );
$container.height( Math.min( $container.height(), $head.offset().top - $container.offset().top + 10 ) );
$container.offset( { left: $( window ).width() - $container.outerWidth() } ); // Fix overlap
$container.offset( { right: $( window ).width() - $container.outerWidth() } ); // Fix overlap
},
},


خط ۱٬۲۹۶: خط ۱٬۲۹۶:
$link.after( $( '<a>' )
$link.after( $( '<a>' )
.text( '–' )
.text( '–' )
.css( { fontWeight: 'bold', marginLeft: '.7em' } )
.css( { fontWeight: 'bold', marginright: '.7em' } )
.one( 'click', this.minimize )
.one( 'click', this.minimize )
);
);