« MediaWiki:Common.css » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 26 : Ligne 26 :
-ms-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-wrap: wrap;
}
.portail-bloccatégories {
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 18rem;
flex-basis: 18rem;
height: 5em;
background: #eaf4fd;
margin: 0.1em;
padding: 0.8em;
display: flex;
justify-content: space-between;
}
.portail-bloccatégories > div {
margin-left: 1em;
flex-grow: 1;
}
.portail-bloccatégories > div.floatleft {
    max-width: 55px;
}
}