jquery-jvectormap-1.2.2.css 636 B

12345678910111213141516171819202122232425262728293031323334
  1. .jvectormap-label {
  2. position: absolute;
  3. display: none;
  4. border: solid 1px #CDCDCD;
  5. background: #292929;
  6. color: white;
  7. font-size: 10px!important;
  8. padding: 3px;
  9. z-index: 9999;
  10. }
  11. .jvectormap-zoomin, .jvectormap-zoomout {
  12. position: absolute;
  13. top: 100%;
  14. margin-top: -25px;
  15. background: #d2d6de;
  16. padding: 5px;
  17. color: #444;
  18. cursor: pointer;
  19. line-height: 10px;
  20. text-align: center;
  21. font-weight: bold;
  22. box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  23. }
  24. .jvectormap-zoomin {
  25. left: 100%;
  26. margin-left: -50px;
  27. }
  28. .jvectormap-zoomout {
  29. left: 100%;
  30. margin-left: -30px;
  31. }