jquery-jvectormap-1.2.2.css 826 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. top: 100%;
  17. margin-top: -25px;
  18. -webkit-border-radius: 2px;
  19. -moz-border-radius: 2px;
  20. border-radius: 2px;
  21. background: #d2d6de;/*rgba(0,0,0,0.4)*/;
  22. padding: 5px;
  23. color: #444;
  24. cursor: pointer;
  25. line-height: 10px;
  26. text-align: center;
  27. font-weight: bold;
  28. box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  29. }
  30. .jvectormap-zoomin {
  31. left: 100%;
  32. margin-left: -50px;
  33. }
  34. .jvectormap-zoomout {
  35. left: 100%;
  36. margin-left: -30px;
  37. }