You are here

geofield_google_map.css in Geofield Map 8

Same filename and directory in other branches
  1. 8.2 css/geofield_google_map.css
/**
 * Issue #1966296: Info tooltip styling is broken for GeofieldMap
 */
/* line 4, ../sass/geofield_google_map.scss */
.geofield-google-map img {
  max-width: none;
}

/* line 10, ../sass/geofield_google_map.scss */
.gm-style-iw {
  max-width: 220px;
}
/* line 12, ../sass/geofield_google_map.scss */
.gm-style-iw img {
  padding: 4px;
}
/* line 15, ../sass/geofield_google_map.scss */
.gm-style-iw h1 {
  font-size: 22px;
  margin: 10px 0 6px 0;
}
/* line 19, ../sass/geofield_google_map.scss */
.gm-style-iw h2 {
  font-size: 18px;
  margin: 8px 0 6px 0;
}
/* line 23, ../sass/geofield_google_map.scss */
.gm-style-iw h3 {
  font-size: 16px;
  margin: 6px 0 4px 0;
}
/* line 27, ../sass/geofield_google_map.scss */
.gm-style-iw h4 {
  font-size: 14px;
  margin: 4px 0 4px 0;
}
/* line 31, ../sass/geofield_google_map.scss */
.gm-style-iw p:first-child,
.gm-style-iw div:first-child,
.gm-style-iw .field:first-child {
  padding: 2px 0;
}
/* line 34, ../sass/geofield_google_map.scss */
.gm-style-iw .geofield-google-map {
  display: none;
}

File

css/geofield_google_map.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. /* line 10, ../sass/geofield_google_map.scss */
  9. .gm-style-iw {
  10. max-width: 220px;
  11. }
  12. /* line 12, ../sass/geofield_google_map.scss */
  13. .gm-style-iw img {
  14. padding: 4px;
  15. }
  16. /* line 15, ../sass/geofield_google_map.scss */
  17. .gm-style-iw h1 {
  18. font-size: 22px;
  19. margin: 10px 0 6px 0;
  20. }
  21. /* line 19, ../sass/geofield_google_map.scss */
  22. .gm-style-iw h2 {
  23. font-size: 18px;
  24. margin: 8px 0 6px 0;
  25. }
  26. /* line 23, ../sass/geofield_google_map.scss */
  27. .gm-style-iw h3 {
  28. font-size: 16px;
  29. margin: 6px 0 4px 0;
  30. }
  31. /* line 27, ../sass/geofield_google_map.scss */
  32. .gm-style-iw h4 {
  33. font-size: 14px;
  34. margin: 4px 0 4px 0;
  35. }
  36. /* line 31, ../sass/geofield_google_map.scss */
  37. .gm-style-iw p:first-child,
  38. .gm-style-iw div:first-child,
  39. .gm-style-iw .field:first-child {
  40. padding: 2px 0;
  41. }
  42. /* line 34, ../sass/geofield_google_map.scss */
  43. .gm-style-iw .geofield-google-map {
  44. display: none;
  45. }