Suite de la version 1.0.0 repo CARIA - Enormement de modification. - Restructuration du code - Optimisation - Debug . . . Phase de test en cours !
17 lines
374 B
CSS
17 lines
374 B
CSS
.bg1 {
|
|
background:#E8F2F9;
|
|
/*background-image: url(../config/images/bg.jpg);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: cover;
|
|
background-attachment: scroll;*/
|
|
}
|
|
.disponible {
|
|
color: green;
|
|
}
|
|
.indisponible {
|
|
color: red;
|
|
}
|
|
#map{ /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
|
|
height:400px;
|
|
} |