Index: branches/js2-work/phase3/js/mwEmbed/modules/UploadWizard/mw.UploadWizard.js |
— | — | @@ -1940,7 +1940,7 @@ |
1941 | 1941 | if ( $j( this ).is( ':checked' ) ) { |
1942 | 1942 | _this.deedChooser.showDeedChoice(); |
1943 | 1943 | _this.deedChooser.choose( customDeed ); |
1944 | | - _this.deedChooser.trigger( 'isReady' ); |
| 1944 | + //_this.deedChooser.trigger( 'isReady' ); |
1945 | 1945 | } else { |
1946 | 1946 | _this.deedChooser.choose( mw.UploadWizardNullDeed ); |
1947 | 1947 | } |
Index: branches/js2-work/phase3/js/mwEmbed/modules/UploadWizard/css/uploadWizard.css |
— | — | @@ -470,7 +470,8 @@ |
471 | 471 | margin-right: 15px; |
472 | 472 | } |
473 | 473 | |
474 | | -.mwe-upwiz-copyright-info input { |
| 474 | +/* the hanging indent checkboxes */ |
| 475 | +.mwe-upwiz-copyright-info input.mwe-accept-deed { |
475 | 476 | width: 13px; |
476 | 477 | height: 13px; |
477 | 478 | padding: 0; |