MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
display: inline-flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
justify-content: flex-start; | |||
background-color: #e9e9e9; | background-color: #e9e9e9; | ||
border-left: 4px solid #09bb62; | border-left: 4px solid #09bb62; | ||
Line 23: | Line 23: | ||
font-size: 0.95em; | font-size: 0.95em; | ||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); | box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); | ||
margin: 1em auto; | margin: 1em auto; /* center horizontally */ | ||
white-space: nowrap; /* prevent wrapping */ | |||
max-width: 100%; /* avoid overflow */ | |||
} | } | ||