Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1470 → Rev 1471

/trunk/modules/mobile/presentations/logos/logo_occitanie.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/modules/mobile/presentations/logos/logo_occitanie.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/modules/mobile/presentations/css/smartflore.css
5,7 → 5,7
}
 
#smartflore-fiche .smartflore-titre-section {
background-color: #928B71;
background-color: #C2D45B;
color: #FFFFFF;
padding-top: 10px;
padding-bottom: 10px;
52,7 → 52,7
 
#smartflore-fiche #smartflore-footer .smartflore-footer-bouton .btn {
font-size: 1.5em;
background-color: #928B71;
background-color: #C2D45B;
color: #FFFFFF;
}
 
62,7 → 62,7
}
 
#smartflore-illustrations {
background-color: #928B71;
background-color: #C2D45B;
padding-bottom: 10px;
padding-top: 10px;
margin-bottom: 20px;
135,6 → 135,7
#smartflore-footer #collapse-partenaires {
padding-bottom: 5px;
font-size: 0.8em;
background: white;
}
 
#smartflore-footer #smartflore-partenaires #smartflore-accordeon-partenaires h4 {
142,8 → 143,8
}
 
#smartflore-footer .smartflore-footer-partenaires-logo {
max-height: 30vh;
max-width: 40vw;
max-height: 100%;
max-width: 100%;
}
 
/**
223,4 → 224,4
#smartflore-illustrations-galerie-carousel .carousel-indicators {
bottom: -10px;
}
}
}
/trunk/modules/mobile/squelettes/smartflore.tpl.html
190,10 → 190,13
</div>
<div id="collapse-partenaires" class="panel-collapse collapse smartflore-contenu-partenaires" role="tabpanel" aria-labelledby="heading-partenaires">
<div class="panel-body">
<div class="col-md-6 col-xs-6">
<div class="col-md-4 col-xs-4">
<img class="smartflore-footer-partenaires-logo" src="<?= $url_logos; ?>logo-msjs.jpg" />
</div>
<div class="col-md-6 col-xs-6">
<div class="col-md-4 col-xs-4">
<img class="smartflore-footer-partenaires-logo" src="<?= $url_logos; ?>logo-occitanie.jpg" />
</div>
<div class="col-md-4 col-xs-4">
<img class="smartflore-footer-partenaires-logo" src="<?= $url_logos; ?>logo-investissement-avenir.jpg" />
</div>
</div>
203,4 → 206,4
</div>
</div>
</body>
</html>
</html>