MediaWiki:Group-user.css: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
#mw-head-base {
#mw-head-base {
     height: 5em !important;
     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 21:24, 27 September 2024

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