Index: trunk/extensions/UploadWizard/resources/uploadWizard.css |
— | — | @@ -422,7 +422,7 @@ |
423 | 423 | |
424 | 424 | .mwe-upwiz-details-fieldname { |
425 | 425 | width: 10em; |
426 | | - padding-top: 0.5em; |
| 426 | + padding-top: 0.3em; |
427 | 427 | float: left; |
428 | 428 | } |
429 | 429 | |
Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js |
— | — | @@ -858,11 +858,12 @@ |
859 | 859 | otherInformationDiv |
860 | 860 | ); |
861 | 861 | |
| 862 | + /* Build the form for the file upload */ |
862 | 863 | _this.$form = $j( '<form></form>' ); |
863 | 864 | _this.$form.append( |
| 865 | + titleContainerDiv, |
864 | 866 | _this.descriptionsDiv, |
865 | 867 | descriptionAdderDiv, |
866 | | - titleContainerDiv, |
867 | 868 | _this.copyrightInfoFieldset, |
868 | 869 | $categoriesDiv, |
869 | 870 | moreDetailsCtrlDiv, |