jquery-jvectormap.css 716 B

12345678910111213141516171819202122232425262728293031323334353637
  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. top: 10px;
  31. }
  32. .jvectormap-zoomout {
  33. top: 30px;
  34. }