MediaWiki:Group-user.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect registered users only: #p-tb { display: block !important; }") |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect registered users only */ | /* CSS placed here will affect registered users only */ | ||
#p-tb { | #p-tb, #p-Editor_tools, #p-RadiWiki_specific_tools { | ||
display: block !important; | display: block !important; | ||
} | |||
.mw-editsection { | |||
display: inline !important; | |||
} | |||
#mw-head-base { | |||
height: 5em !important; | |||
} | |||
/* Move the help-icon indicators also a little down (visible on a category page) */ | |||
.mw-indicators { | |||
top: 0em !important; | |||
} | } |
Latest revision as of 18:44, 6 October 2024
/* CSS placed here will affect registered users only */ #p-tb, #p-Editor_tools, #p-RadiWiki_specific_tools { display: block !important; } .mw-editsection { display: inline !important; } #mw-head-base { height: 5em !important; } /* Move the help-icon indicators also a little down (visible on a category page) */ .mw-indicators { top: 0em !important; }