Page MenuHomePhabricator

The SF upload file popup does not use the same CSS as the MW file upload window
Closed, InvalidPublic

Description

Author: mitchell_neill

Description:
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.


Version: unspecified
Severity: normal

Details

Reference
bz31034

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:54 PM
bzimport set Reference to bz31034.
Volker_E subscribed.

Doesn't seem to be correctly applying to current code any more. Please feel free to re-open with new insights.