|
|
Line 1: |
Line 1: |
| /* Shifts the Destination filename field on the Special:Upload page */ | | /* Shifts the Destination filename field on the Special:Upload page */ |
| .page-Special_Upload #wpDestFile { | | .page-Special_Upload #wpDestFile { |
| transform: translate(-500px, 210px); | | transform: translate(-500px, 135px); |
| } | | } |
|
| |
|
| /* Shifts the Summary & Licensing fields on the Special:Upload page */ | | /* Shifts the Summary & Licensing fields on the Special:Upload page */ |
| .page-Special_Upload #wpUploadDescription,#wpLicense { | | .page-Special_Upload #wpUploadDescription,#wpLicense { |
| transform: translate(-500px, 0px); | | transform: translate(-240px, 0px); |
| } | | } |
|
| |
|