Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1413 → Rev 1414

/trunk/modules/mobile/presentations/css/smartflore.css
19,6 → 19,10
text-align: center;
}
 
#smartflore-fiche .smartflore-titre-section-icone {
float: left;
}
 
#smartflore-fiche .smartflore-contenu-section {
margin: 20px;
font-size: 1.5em;
64,6 → 68,7
 
#smartflore-illustrations .carousel-inner {
height: 40vh;
max-width: 100%;
}
 
#smartflore-illustrations .carousel-inner .item {
129,4 → 134,14
}
}
 
@media all and (orientation:portrait) {
#smartflore-illustrations .carousel-inner {
height: 40vh;
}
}
 
@media all and (orientation:landscape) {
#smartflore-illustrations .carousel-inner {
height: 90vh;
}
}