jquery-jvectormap-1.2.2.css 755 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .jvectormap-label {
  2. position: absolute;
  3. display: none;
  4. border: solid 1px #CDCDCD;
  5. -webkit-border-radius: 3px;
  6. -moz-border-radius: 3px;
  7. border-radius: 3px;
  8. background: #292929;
  9. color: white;
  10. font-size: smaller;
  11. padding: 2px 5px;
  12. }
  13. .jvectormap-zoomin, .jvectormap-zoomout {
  14. position: absolute;
  15. left: 10px;
  16. -webkit-border-radius: 3px;
  17. -moz-border-radius: 3px;
  18. border-radius: 3px;
  19. background: #ccc;
  20. padding: 3px;
  21. color: white;
  22. width: 16px;
  23. height: 16px;
  24. cursor: pointer;
  25. line-height: 10px;
  26. text-align: center;
  27. }
  28. .jvectormap-zoomin {
  29. top: 10px;
  30. }
  31. .jvectormap-zoomout {
  32. top: 30px;
  33. }
  34. @media (max-width: 767px) {
  35. #world_map{
  36. height: 240px;
  37. }
  38. }