MediaWiki:Common.css: Difference between revisions

no edit summary
(Remove gap on left of new p-caction menu items in vector22)
Tag: Reverted
No edit summary
Tag: Manual revert
 
(One intermediate revision by one other user not shown)
Line 1:
/* CSS placed here will be applied to all skins */
 
/* Remove gap on left of new p-caction menu items in vector22 */
 
.mw-ui-icon {
display:none;
 
.mw-ui-icon + span:not(:empty) {
margin-left: 0;
 
* {font-family:Arial}
Line 466 ⟶ 456:
.navboxancientcivilizationstheme {
background: url("https://static.wikia.nocookie.net/webkinz/images/c/cf/Navbox_headers_ancient_civilization.png") no-repeat center top !important;
 
/* new p-caction options added at [[mediawiki:common.js]] visibly cascade in vector22 for some reason; this bit removes the gaps */
 
.mw-ui-icon {
display:none;
 
.mw-ui-icon + span:not(:empty) {
margin-left: 0;
}