Last modified: 2014-02-12 23:38:11 UTC
The SF upload file popup does not use the same CSS as the MW file upload window. So you can't switch off unwanted sections in CSS as you can with the standard MW upload. For example, on MW you can do the following to hide the licensing section: .mw-htmlform-field-Licenses { display: none !important; } Is there any particular reason why SF does not use the same CSS divs as MW? The actual fields of the two uploads look identical. It would be great if the CSS could be aligned so the upload popup matches the MW one CSS wise as far as is possible.