jquery.vector-map.css 662 B

1234567891011121314151617181920212223242526272829303132333435
  1. .jvectormap-label {
  2. position: absolute;
  3. display: none;
  4. border: solid 1px #38B0DE;
  5. -moz-border-radius: 3px;
  6. background: #C0D9D9;
  7. color: #527F76;
  8. font-family: sans-serif, Verdana;
  9. font-size: 12px;
  10. padding: 3px;
  11. z-index:9999;
  12. }
  13. .jvectormap-zoomin, .jvectormap-zoomout {
  14. position: absolute;
  15. -moz-border-radius: 3px;
  16. background: gray;
  17. padding: 3px;
  18. color: white;
  19. width: 10px;
  20. height: 10px;
  21. cursor: pointer;
  22. line-height: 10px;
  23. text-align: center;
  24. }
  25. .jvectormap-zoomin {
  26. left: 10px;
  27. top: 10px;
  28. }
  29. .jvectormap-zoomout {
  30. left: 10px;
  31. top: 30px;
  32. }