vectormaps.css 517 B

12345678910111213141516171819202122232425262728293031
  1. .jvectormap-label {
  2. position: absolute;
  3. display: none;
  4. border-width: 1px;
  5. border-style: solid;
  6. border-radius: 3px;
  7. font-size: 12px;
  8. padding: 5px;
  9. z-index: 1200;
  10. }
  11. .jvectormap-zoomin,
  12. .jvectormap-zoomout {
  13. position: absolute;
  14. left: 10px;
  15. border-radius: 3px;
  16. padding: 5px;
  17. cursor: pointer;
  18. line-height: 10px;
  19. border-width: 1px;
  20. border-style: solid;
  21. text-align: center;
  22. }
  23. .jvectormap-zoomin {
  24. top: 10px;
  25. }
  26. .jvectormap-zoomout {
  27. top: 35px;
  28. }