You are here

getlocations_leaflet.css in Get Locations 7.2

Same filename and directory in other branches
  1. 7 modules/getlocations_leaflet/getlocations_leaflet.css

getlocations_leaflet.css @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

getlocations_leaflet css.

File

modules/getlocations_leaflet/getlocations_leaflet.css
View source
  1. /**
  2. * @file getlocations_leaflet.css
  3. * @author Bob Hutchinson http://drupal.org/user/52366
  4. * @copyright GNU GPL
  5. *
  6. * getlocations_leaflet css.
  7. *
  8. */
  9. .leaflet-top,
  10. .leaflet-bottom {
  11. z-index: 100;
  12. }
  13. .leaflet-control-attribution {
  14. background: #FFFFFF;
  15. filter: alpha(opacity=70);
  16. filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  17. opacity: 0.7;
  18. -moz-opacity: 0.7;
  19. color: #000000;
  20. }
  21. .leaflet-control-attribution a {
  22. color: #000000;
  23. }
  24. .getlocations_leaflet_map_wrapper {
  25. }
  26. .getlocations_leaflet_map_wrapper_inner {
  27. }
  28. .getlocations_leaflet_canvas {
  29. }
  30. .getlocations_leaflet_canvas img {
  31. max-width: none !important;
  32. }
  33. /* map links feature */
  34. .getlocations_leaflet_map_links {
  35. border: 1px solid #CCCCCC;
  36. width: 100%;
  37. padding: 4px;
  38. margin-bottom: 4px;
  39. margin-top: 8px;
  40. max-height: 150px;
  41. overflow: auto;
  42. }
  43. .getlocations_leaflet_map_links ul {
  44. list-style-type: none;
  45. margin-left: 0px;
  46. }
  47. .getlocations_leaflet_map_buttons {
  48. }
  49. .getlocations_w3w_throbber {
  50. background-image: url('/misc/throbber.gif');
  51. background-position: 100% 2px;
  52. background-repeat: repeat-y;
  53. }
  54. .getlocations_w3w_throbber_active {
  55. background-position: 100% -18px;
  56. }
  57. .getlocations_w3w_throbber_inactive {
  58. background-position: 100% 2px;
  59. }