Difference between revisions of "MediaWiki:Common.css"
(*/ for Special:Upload */) |
|||
Line 8: | Line 8: | ||
table#mw-htmlform-description tr.mw-htmlform-field-Licenses, | table#mw-htmlform-description tr.mw-htmlform-field-Licenses, | ||
p.mw-upload-editlicenses { | p.mw-upload-editlicenses { | ||
− | display:none; /* no license required */ | + | display: none!important; /* no license required */ |
} | } | ||
table#mw-htmlform-description td { | table#mw-htmlform-description td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } |
Revision as of 01:47, 8 March 2022
/* CSS placed here will be applied to all skins */ #mw-imagepage-content::after { content: "© All rights reserved." } */ for [[Special:Upload]] */ table#mw-htmlform-description tr.mw-htmlform-field-Licenses, p.mw-upload-editlicenses { display: none!important; /* no license required */ } table#mw-htmlform-description td { vertical-align: top; }