You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .jqvmap-label {
  2. position: absolute;
  3. display: none;
  4. -webkit-border-radius: 3px;
  5. -moz-border-radius: 3px;
  6. border-radius: 3px;
  7. background: #292929;
  8. color: white;
  9. font-family: sans-serif, Verdana;
  10. font-size: smaller;
  11. padding: 3px;
  12. pointer-events: none;
  13. }
  14. .jqvmap-pin {
  15. pointer-events: none;
  16. }
  17. .jqvmap-zoomin, .jqvmap-zoomout {
  18. position: absolute;
  19. left: 10px;
  20. -webkit-border-radius: 3px;
  21. -moz-border-radius: 3px;
  22. border-radius: 3px;
  23. background: #000000;
  24. padding: 3px;
  25. color: white;
  26. width: 10px;
  27. height: 10px;
  28. cursor: pointer;
  29. line-height: 10px;
  30. text-align: center;
  31. }
  32. .jqvmap-zoomin {
  33. top: 10px;
  34. }
  35. .jqvmap-zoomout {
  36. top: 30px;
  37. }
  38. .jqvmap-region {
  39. cursor: pointer;
  40. }
  41. .jqvmap-ajax_response {
  42. width: 100%;
  43. height: 500px;
  44. }