jquery-jvectormap.css 754 B

123456789101112131415161718192021222324252627282930313233343536373839
  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-family: sans-serif, Verdana;
  11. font-size: smaller;
  12. padding: 3px;
  13. }
  14. .jvectormap-zoomin, .jvectormap-zoomout {
  15. position: absolute;
  16. left: 10px;
  17. -webkit-border-radius: 3px;
  18. -moz-border-radius: 3px;
  19. border-radius: 3px;
  20. background: #292929;
  21. padding: 3px;
  22. color: white;
  23. width: 10px;
  24. height: 10px;
  25. cursor: pointer;
  26. line-height: 10px;
  27. text-align: center;
  28. }
  29. .jvectormap-zoomin {
  30. display: none;
  31. top: 10px;
  32. }
  33. .jvectormap-zoomout {
  34. display: none;
  35. top: 30px;
  36. }