Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1469 → Rev 1470

/branches/v5.10-vilmorin/modules/mobile/presentations/logos/logo_occitanie.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/branches/v5.10-vilmorin/modules/mobile/presentations/logos/logo_occitanie.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/branches/v5.10-vilmorin/modules/mobile/presentations/css/smartflore.css
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%;
}
 
/**
/branches/v5.10-vilmorin/modules/mobile/squelettes/smartflore.tpl.html
192,10 → 192,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>
205,4 → 208,4
</div>
</div>
</body>
</html>
</html>