MediaWiki:Group-user.css: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
}
}
.mw-editsection {
.mw-editsection {
     display: block !important;
     display: inline !important;
}
}
#mw-head-base {
#mw-head-base {

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;
}