You are here

getlocations_mapquest.css in Get Locations 7

Same filename and directory in other branches
  1. 7.2 modules/getlocations_mapquest/getlocations_mapquest.css

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

getlocations_mapquest css.

File

modules/getlocations_mapquest/getlocations_mapquest.css
View source
  1. /**
  2. * @file
  3. * getlocations_mapquest.css
  4. * @author Bob Hutchinson http://drupal.org/user/52366
  5. * @copyright GNU GPL
  6. *
  7. * getlocations_mapquest css.
  8. *
  9. */
  10. .mapquest-top,
  11. .mapquest-bottom {
  12. z-index: 100;
  13. }
  14. .mapquest-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. .mapquest-control-attribution a {
  23. color: #000000;
  24. }
  25. .getlocations_mapquest_map_wrapper {
  26. }
  27. .getlocations_mapquest_map_wrapper_inner {
  28. }
  29. .getlocations_mapquest_canvas {
  30. }
  31. .getlocations_mapquest_canvas img {
  32. max-width: none !important;
  33. }
  34. /* map links feature */
  35. .getlocations_mapquest_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_mapquest_map_links ul {
  45. list-style-type: none;
  46. margin-left: 0px;
  47. }
  48. /* example of a specific map_links box */
  49. .view-display-id-page_4 .getlocations_mapquest_map_links {
  50. width: 490px;
  51. max-height: 75px;
  52. }
  53. .getlocations_mapquest_map_buttons {
  54. }
  55. .mapquest_circle {
  56. background: #A0A0A0;
  57. opacity: 0.3;
  58. }