You are here

geolocation-common-map.css in Geolocation Field 8

.geolocation-common-map-container {
  height: 300px;
  width: 100%;
  display: none;
}

.geolocation-common-map-locations {
  display: none;
}

.geolocation-context-popup {
  z-index: 1;
  position: absolute;
  padding: 10px;
  max-width: 256px;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
}

File

css/geolocation-common-map.css
View source
  1. .geolocation-common-map-container {
  2. height: 300px;
  3. width: 100%;
  4. display: none;
  5. }
  6. .geolocation-common-map-locations {
  7. display: none;
  8. }
  9. .geolocation-context-popup {
  10. z-index: 1;
  11. position: absolute;
  12. padding: 10px;
  13. max-width: 256px;
  14. background-color: #ffffff;
  15. border: 1px solid rgba(0,0,0,0.2);
  16. box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  17. font-family: Arial, sans-serif;
  18. }