J'ai un site sous joomla 3 http://www.gaule-barrabande.com/regl...n/les-reserves qui affiche en grid les blocs avec un user.css :
le résultat est sympa
Avec joomla 4 et le même custom.css https://aappma-margeride-aubrac.org/...tions/reserves le résultat n'est pas le même et je ne comprend pas !
Une idée ?
Code:
/*table*/ .ma-table tr.vert {background-color: #3c7216;color: #fff; font-weight: bold;} tr.vertclair {background-color: #cdef9f;} /*grid*/ #g-grid { .ma-table {border: 1px solid #3c7216; min-height: 17em;} .ma-table-titre {background-color: #3c7216; color: #fff; font-weight: bold; padding-left: 0.5em;} .ma-table-item .table-portable .table-fixe{color: #666; padding-left: 0.3em;} .ma-table-li {list-style: none; margin: 0.3em;} .g-grid>.g-block>.g-content{margin:0;padding:0;} .g-grid>display:block;flex-wrap:inherit; .g-block{flex-grow:0;flex-basis:100%;} .g-block{display:block;flex:inherit;} }
Avec joomla 4 et le même custom.css https://aappma-margeride-aubrac.org/...tions/reserves le résultat n'est pas le même et je ne comprend pas !
Une idée ?
Commentaire