MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
align-items: center; | align-items: center; | ||
width: 135px; | width: 135px; | ||
height: | height: 48px; /* INCREASED HEIGHT */ | ||
background-image: url("/images/AConnexAbilityProject.svg"); | background-image: url("/images/AConnexAbilityProject.svg"); | ||
background-size: 78% auto; | background-size: 78% auto; | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-color: #fff; | background-color: #fff; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
border-radius: 4px; | border-radius: 4px; | ||
padding: 8px 8px; | padding: 8px 8px; /* reduced padding so logo stays centered */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
/* Make MediaWiki badge and ConnexAbility badge align perfectly */ | /* Make MediaWiki badge and ConnexAbility badge align perfectly */ | ||