You are here

geolocation-google-places-api-geocoder.css in Geolocation Field 8

@font-face {
  font-family: 'Geolcoation Google Places API icon font';
  src: url('../font/geolocation-google-places-icon-font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.geolocation-geocoder-item::before {
  display: inline-block;
  padding-right: 5px;
  font-family: 'Geolcoation Google Places API icon font', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  vertical-align: bottom;
  content: '\0051';
}

.geolocation-geocoder-item.bar:before {
  content: '\0041';
}
.geolocation-geocoder-item.bike:before {
  content: '\0042';
}
.geolocation-geocoder-item.bookmark:before {
  content: '\0043';
}
.geolocation-geocoder-item.bus-station:before {
  content: '\0044';
}
.geolocation-geocoder-item.crosshairs:before {
  content: '\0045';
}
.geolocation-geocoder-item.route::before,
.geolocation-geocoder-item.directions:before {
  content: '\0046';
}
.geolocation-geocoder-item.fence:before {
  content: '\0047';
}
.geolocation-geocoder-item.guidepost:before {
  content: '\0048';
}
.geolocation-geocoder-item.heart:before {
  content: '\0049';
}
.geolocation-geocoder-item.establishment::before,
.geolocation-geocoder-item.home:before {
  content: '\004a';
}
.geolocation-geocoder-item.hotel:before {
  content: '\004b';
}
.geolocation-geocoder-item.locate:before {
  content: '\004c';
}
.geolocation-geocoder-item.other-1:before {
  content: '\004d';
}
.geolocation-geocoder-item.other-2:before {
  content: '\004e';
}
.geolocation-geocoder-item.partly_cloudy:before {
  content: '\004f';
}
.geolocation-geocoder-item.person:before {
  content: '\0050';
}
.geolocation-geocoder-item.place:before {
  content: '\0051';
}
.geolocation-geocoder-item.rate_review:before {
  content: '\0052';
}
.geolocation-geocoder-item.search:before {
  content: '\0053';
}
.geolocation-geocoder-item.share:before {
  content: '\0054';
}
.geolocation-geocoder-item.star:before {
  content: '\0055';
}
.geolocation-geocoder-item.suitecase:before {
  content: '\0056';
}
.geolocation-geocoder-item.point_of_interest::before,
.geolocation-geocoder-item.terrain:before {
  content: '\0057';
}
.geolocation-geocoder-item.time:before {
  content: '\0058';
}
.geolocation-geocoder-item.traffic:before {
  content: '\0059';
}
.geolocation-geocoder-item.transit_station::before,
.geolocation-geocoder-item.train-station:before {
  content: '\005a';
}

File

modules/geolocation_google_places_api/css/geolocation-google-places-api-geocoder.css
View source
  1. @font-face {
  2. font-family: 'Geolcoation Google Places API icon font';
  3. src: url('../font/geolocation-google-places-icon-font.woff') format('woff');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. .geolocation-geocoder-item::before {
  8. display: inline-block;
  9. padding-right: 5px;
  10. font-family: 'Geolcoation Google Places API icon font', Helvetica, sans-serif;
  11. font-style: normal;
  12. font-weight: normal;
  13. line-height: inherit;
  14. vertical-align: bottom;
  15. content: '\0051';
  16. }
  17. .geolocation-geocoder-item.bar:before {
  18. content: '\0041';
  19. }
  20. .geolocation-geocoder-item.bike:before {
  21. content: '\0042';
  22. }
  23. .geolocation-geocoder-item.bookmark:before {
  24. content: '\0043';
  25. }
  26. .geolocation-geocoder-item.bus-station:before {
  27. content: '\0044';
  28. }
  29. .geolocation-geocoder-item.crosshairs:before {
  30. content: '\0045';
  31. }
  32. .geolocation-geocoder-item.route::before,
  33. .geolocation-geocoder-item.directions:before {
  34. content: '\0046';
  35. }
  36. .geolocation-geocoder-item.fence:before {
  37. content: '\0047';
  38. }
  39. .geolocation-geocoder-item.guidepost:before {
  40. content: '\0048';
  41. }
  42. .geolocation-geocoder-item.heart:before {
  43. content: '\0049';
  44. }
  45. .geolocation-geocoder-item.establishment::before,
  46. .geolocation-geocoder-item.home:before {
  47. content: '\004a';
  48. }
  49. .geolocation-geocoder-item.hotel:before {
  50. content: '\004b';
  51. }
  52. .geolocation-geocoder-item.locate:before {
  53. content: '\004c';
  54. }
  55. .geolocation-geocoder-item.other-1:before {
  56. content: '\004d';
  57. }
  58. .geolocation-geocoder-item.other-2:before {
  59. content: '\004e';
  60. }
  61. .geolocation-geocoder-item.partly_cloudy:before {
  62. content: '\004f';
  63. }
  64. .geolocation-geocoder-item.person:before {
  65. content: '\0050';
  66. }
  67. .geolocation-geocoder-item.place:before {
  68. content: '\0051';
  69. }
  70. .geolocation-geocoder-item.rate_review:before {
  71. content: '\0052';
  72. }
  73. .geolocation-geocoder-item.search:before {
  74. content: '\0053';
  75. }
  76. .geolocation-geocoder-item.share:before {
  77. content: '\0054';
  78. }
  79. .geolocation-geocoder-item.star:before {
  80. content: '\0055';
  81. }
  82. .geolocation-geocoder-item.suitecase:before {
  83. content: '\0056';
  84. }
  85. .geolocation-geocoder-item.point_of_interest::before,
  86. .geolocation-geocoder-item.terrain:before {
  87. content: '\0057';
  88. }
  89. .geolocation-geocoder-item.time:before {
  90. content: '\0058';
  91. }
  92. .geolocation-geocoder-item.traffic:before {
  93. content: '\0059';
  94. }
  95. .geolocation-geocoder-item.transit_station::before,
  96. .geolocation-geocoder-item.train-station:before {
  97. content: '\005a';
  98. }