MediaWiki:Group-user.css: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 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;  
}
}
#p-Editor_tools {  
.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;
}