Untitled diff

Created Diff never expires
33 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
50 lines
19 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
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;
} */
.map-address-input,
.marker-address-input,
.marker-container,
.marker-desc-input.field-large {
width: 100%;
}
}
@media (max-width: 768px) {
.marker-desc-input {
.form-field-map {
width: calc(100% - 1.618em);
display: block;
}
.form-field-map input {
width: 100%;
}
.form-field-map .marker-desc-input {
margin-top: 2px;
}
.form-field-map.multiple-markers .marker-desc-input {
width: calc(100% - 20px);
}
}
}
@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);
}
}
}
} */