MediaWiki:Group-user.css: Difference between revisions

From RadiWiki
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
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
#p-tb {  
#p-tb {  
     display: block !important;  
     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;
}
}

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