You are here

geofield_map_gmap_formatter.css in Geofield Map 8.2

/**
 * Issue #1966296: Info tooltip styling is broken for GeofieldMap
 */
/* line 4, ../sass/geofield_google_map.scss */
.geofield-google-map img {
  max-width: none;
}

/**
 * Styles for geofield gmap views AJAX popup.
 */
/* line 11, ../sass/geofield_google_map.scss */
.geofield-google-map-ajax-popup {
  height: 140px;
  width: 180px;
  background: center no-repeat url("../assets/spin.gif");
}

/* line 18, ../sass/geofield_google_map.scss */
.gm-style .gm-style-iw {
  max-width: 440px;
}
/* line 20, ../sass/geofield_google_map.scss */
.gm-style .gm-style-iw img {
  margin: 4px 0;
  max-width: 100%;
}
/* line 24, ../sass/geofield_google_map.scss */
.gm-style .gm-style-iw h1 {
  font-size: 22px;
  margin: 10px 0 6px 0;
}
/* line 28, ../sass/geofield_google_map.scss */
.gm-style .gm-style-iw h2 {
  font-size: 18px;
  margin: 8px 0 6px 0;
}
/* line 32, ../sass/geofield_google_map.scss */
.gm-style .gm-style-iw h3 {
  font-size: 16px;
  margin: 6px 0 4px 0;
}
/* line 36, ../sass/geofield_google_map.scss */
.gm-style .gm-style-iw h4 {
  font-size: 14px;
  margin: 4px 0 4px 0;
}
/* line 40, ../sass/geofield_google_map.scss */
.gm-style .gm-style-iw p:first-child,
.gm-style .gm-style-iw div:first-child,
.gm-style .gm-style-iw .field:first-child {
  padding: 2px 0;
}
/* line 43, ../sass/geofield_google_map.scss */
.gm-style .gm-style-iw .geofield-google-map {
  display: none;
}

@media (max-device-width: 480px) {
  /* line 49, ../sass/geofield_google_map.scss */
  .gm-style .gm-style-iw {
    max-width: 240px;
  }
}

File

css/geofield_map_gmap_formatter.css
View source
  1. /**
  2. * Issue #1966296: Info tooltip styling is broken for GeofieldMap
  3. */
  4. /* line 4, ../sass/geofield_google_map.scss */
  5. .geofield-google-map img {
  6. max-width: none;
  7. }
  8. /**
  9. * Styles for geofield gmap views AJAX popup.
  10. */
  11. /* line 11, ../sass/geofield_google_map.scss */
  12. .geofield-google-map-ajax-popup {
  13. height: 140px;
  14. width: 180px;
  15. background: center no-repeat url("../assets/spin.gif");
  16. }
  17. /* line 18, ../sass/geofield_google_map.scss */
  18. .gm-style .gm-style-iw {
  19. max-width: 440px;
  20. }
  21. /* line 20, ../sass/geofield_google_map.scss */
  22. .gm-style .gm-style-iw img {
  23. margin: 4px 0;
  24. max-width: 100%;
  25. }
  26. /* line 24, ../sass/geofield_google_map.scss */
  27. .gm-style .gm-style-iw h1 {
  28. font-size: 22px;
  29. margin: 10px 0 6px 0;
  30. }
  31. /* line 28, ../sass/geofield_google_map.scss */
  32. .gm-style .gm-style-iw h2 {
  33. font-size: 18px;
  34. margin: 8px 0 6px 0;
  35. }
  36. /* line 32, ../sass/geofield_google_map.scss */
  37. .gm-style .gm-style-iw h3 {
  38. font-size: 16px;
  39. margin: 6px 0 4px 0;
  40. }
  41. /* line 36, ../sass/geofield_google_map.scss */
  42. .gm-style .gm-style-iw h4 {
  43. font-size: 14px;
  44. margin: 4px 0 4px 0;
  45. }
  46. /* line 40, ../sass/geofield_google_map.scss */
  47. .gm-style .gm-style-iw p:first-child,
  48. .gm-style .gm-style-iw div:first-child,
  49. .gm-style .gm-style-iw .field:first-child {
  50. padding: 2px 0;
  51. }
  52. /* line 43, ../sass/geofield_google_map.scss */
  53. .gm-style .gm-style-iw .geofield-google-map {
  54. display: none;
  55. }
  56. @media (max-device-width: 480px) {
  57. /* line 49, ../sass/geofield_google_map.scss */
  58. .gm-style .gm-style-iw {
  59. max-width: 240px;
  60. }
  61. }