MediaWiki

Difference between revisions of "Group-sysop.css"

From MusicTechWiki

(Undo revision 122387 by TomHutchison (talk))
(Tag: Undo)
 
(No difference)

Latest revision as of 08:40, 23 November 2020

/* CSS placed here will affect sysops only */

#catlinks {
display: block !important;
}
.ns-14 #sbl-breadcrumbs {
    display: block !important;
}
/* Force File: links on Category pages using Mediacat Template */
#mw-category-media {
    display: block !important;
}
/* Force subcategories to show for sysops */
#mw-subcategories {
    display:  block !important;
}
form#mw-upload-form fieldset { display: inherit !important; }