Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3960 → Rev 3961

/trunk/widget/modules/photo/squelettes/css/photo.css
161,6 → 161,84
z-index: 10;
}
 
/************ Pour l'affichage en mode eflore' *****************/
.liste-illustrations {
list-style-type: none;
padding: 0;
overflow-wrap: break-word;
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 0;
}
 
.liste-illustrations li.icone-organe-list.active{
background-color: #e9f6f8;
}
 
.liste-illustrations li.icone-organe-list:first-of-type {
border-radius: 10px 0 0 0;
}
 
.liste-illustrations li.icone-organe-list:last-of-type {
border-radius: 0 10px 0 0;
}
 
.liste-illustrations li.icone-organe-list {
width: 108px;
height: auto;
padding-top: 5px;
padding-bottom: 5px;
background-color: #ffffff;
}
 
.liste-illustrations li {
list-style-image: none !important;
background: none;
text-align: center;
font-size: 11px;
float: left;
margin: 0px;
padding: 0px;
}
 
a.lien-images-organes.fourni {
cursor: pointer;
}
 
.component-text a {
border-bottom: 1px solid;
border-bottom: 0.1rem solid;
color: #006979;
font-weight: 400;
text-decoration: none;
-webkit-transition: background .2s ease;
-o-transition: background .2s ease;
transition: background .2s ease;
}
 
.liste-illustrations img {
display: block;
border: 1px solid white;
margin: 0 auto;
padding: 0px;
max-height: 196px;
max-width: 196px;
}
 
img.icone-organe {
height: 30px;
margin: auto;
border: none;
}
 
.cel-galerie-photo.eflore{
background-color: #e9f6f8;
padding-top: 1rem;
}
 
/********* Fin de l'affichage eflore ******/
 
@media screen and ( max-width: 991px ) {
.form-recherche .autres-filtres {
position: fixed;