Content deleted Content added
x |
No edit summary |
||
Line 28:
$( '#Movebutton' ).toggle();
} );
overlay.html( 'move
.attr( 'id', 'Movebutton' )
.css( 'position', 'fixed' )
.css( 'bottom',
.css( 'height', '
.css( 'width', '100%' )
.css( 'font-size', '200%' );
|