Difference between revisions of "MediaWiki:Group-sysop.css"
From Grifkuba
(Replaced content with "→CSS placed here will affect sysops only: ") Tag: Replaced |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect sysops only */ | /* CSS placed here will affect sysops only */ | ||
#mw-page-header-links { | |||
margin-top: 1em; | |||
display: inherit !important; | |||
} | |||
#user-tools { | |||
display: inline-block !important; | |||
} | |||
#p-search{ | |||
display: block !important; | |||
position: absolute; | |||
left: 1em; | |||
width: 20%; | |||
} |
Latest revision as of 16:47, April 15, 2022
/* CSS placed here will affect sysops only */ #mw-page-header-links { margin-top: 1em; display: inherit !important; } #user-tools { display: inline-block !important; } #p-search{ display: block !important; position: absolute; left: 1em; width: 20%; }