MediaWiki:Group-user.css: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
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;
}
#p-Editor_tools {  
     display: block !important;  
     display: block !important;  
}
}

Revision as of 18:35, 5 October 2024

/* CSS placed here will affect registered users only */
#p-tb, #p-Editor_tools, #p-RadiWiki_specific_tools  { 
    display: block !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;
}