MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 386: | Line 386: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
margin: 0; | margin: 0; | ||
} | |||
/* Slot 1: center the Level Selector vertically within the module tile */ | |||
table.spiritvale-skill-infobox .hero-module.module-level-selector { | |||
display: flex; /* ensures the body can fill the tile */ | |||
} | |||
table.spiritvale-skill-infobox .hero-module.module-level-selector .hero-module-body { | |||
flex: 1; | |||
display: flex; | |||
align-items: center; /* vertical center */ | |||
justify-content: center; /* horizontal center */ | |||
} | } | ||