You are here

getlocations_leaflet.css in Get Locations 7

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