jquery-jvectormap-1.2.2.css 692 B

123456789101112131415161718192021222324252627282930313233343536
  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: 10px!important;
  11. padding: 3px;
  12. z-index: 9999;
  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: 5px;
  22. color: white;
  23. cursor: pointer;
  24. line-height: 10px;
  25. text-align: center;
  26. font-weight: bold;
  27. }
  28. .jvectormap-zoomin {
  29. top: 10px;
  30. }
  31. .jvectormap-zoomout {
  32. top: 35px;
  33. }