Untitled diff

Created Diff never expires
32 removals
50 lines
19 additions
36 lines
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
.map-canvas {
.map-canvas {
height: 200px;
height: 200px;
}
}
.googlemap {
.googlemap {
width: 100%;
width: 100%;
padding-bottom: 56.25%;
padding-bottom: 56.25%;
}
}
.marker-container {
/* .form-field-map {
margin-bottom: 5px;
display: block;
}
} */
@media (max-width: 768px) {
.form-field-map {
display: block;
}
.form-field-map input {
width: 100%;
}
.form-field-map .marker-desc-input {
.map-address-input,
margin-top: 2px;
.marker-address-input,
}
.marker-container,
.marker-desc-input.field-large {
.form-field-map.multiple-markers .marker-desc-input {
width: 100%;
width: calc(100% - 20px);
}
}
.marker-desc-input {
width: calc(100% - 1.618em);
}
}
@media (min-width: 769px) {
/* @media (min-width: 769px) {
.form-field-map {
.form-field-map {
width: 59%;
width: 59%;
}
display: inline-block;
.marker-container input.marker-address-input {
width: calc(100% - 200px);
}
}
} */
input.marker-desc-input {
width: 179px;
}
input.marker-address-input {
width: calc(100% - 183px);
}
}