Difference between revisions of "MediaWiki:Group-sysop.css"

From Grifkuba
Line 11: Line 11:
#user-tools {
#user-tools {
display: inline-block !important;
display: inline-block !important;
}
#p-search{
display: block !important;
position: absolute;
left: 1em;
width: 20%;
}
}

Revision as of 16:46, 15 April 2022

/* CSS placed here will affect sysops only */
#mw-page-header-links {
	margin-top: 1em;
	display: inherit !important;
}

.mw-editsection {
	display: inherit !important;
}

#user-tools {
	display: inline-block !important;
}

#p-search{
	display: block !important;
	position: absolute;
	left: 1em;
	width: 20%;
}