jquery-jvectormap.css 837 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .jvectormap-label {
  2. position: absolute;
  3. display: none;
  4. border: solid 1px #000;
  5. -webkit-border-radius: 3px;
  6. -moz-border-radius: 3px;
  7. border-radius: 3px;
  8. background-color: #292929;
  9. background-color: rgba(0,0,0,0.8);
  10. color: white;
  11. font-size: 12px;
  12. padding: 4px 10px;
  13. }
  14. .jvectormap-zoomin, .jvectormap-zoomout {
  15. position: absolute;
  16. left: 15px;
  17. background: #fff;
  18. border:1px solid #f0f0f0;
  19. box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  20. padding: 0px;
  21. font-weight: bold;
  22. font-size: 20px;
  23. color: #aaa;
  24. width: 25px;
  25. height: 25px;
  26. line-height: 23px;
  27. text-align: center;
  28. cursor: pointer;
  29. }
  30. .jvectormap-zoomin {
  31. top: 15px;
  32. }
  33. .jvectormap-zoomout {
  34. top: 39px;
  35. }
  36. .jvectormap-container{
  37. line-height: 0;
  38. }