Index: trunk/extensions/UploadWizard/resources/uploadWizard.css |
— | — | @@ -5,6 +5,10 @@ |
6 | 6 | font-size: 90%; |
7 | 7 | } |
8 | 8 | |
| 9 | +#contentSubUpwiz { |
| 10 | + margin-right: 0.5em; |
| 11 | +} |
| 12 | + |
9 | 13 | form.mwe-upwiz-form { |
10 | 14 | display: inline; |
11 | 15 | } |
Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js |
— | — | @@ -58,7 +58,7 @@ |
59 | 59 | $j( '#mwe-first-spinner' ).remove(); |
60 | 60 | |
61 | 61 | // construct the message for the subheader |
62 | | - $j( '#contentSub' ).append( $j( '<span style="margin-right: 0.5em;"></span>' ).msg( 'mwe-upwiz-subhead-message' ) ); |
| 62 | + $j( '#contentSub' ).append( $j( '<span id="contentSubUpwiz"></span>' ).msg( 'mwe-upwiz-subhead-message' ) ); |
63 | 63 | // feedback request |
64 | 64 | if ( mw.UploadWizard.config['feedbackPage'] !== undefined && mw.UploadWizard.config['feedbackPage'] !== '' ) { |
65 | 65 | var feedback = new mw.Feedback( { |