No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

jqvmap.css 746B

hace 2 años
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .jqvmap-label
  2. {
  3. position: absolute;
  4. display: none;
  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. pointer-events:none;
  14. }
  15. .jqvmap-pin {
  16. pointer-events:none;
  17. }
  18. .jqvmap-zoomin, .jqvmap-zoomout
  19. {
  20. position: absolute;
  21. left: 10px;
  22. -webkit-border-radius: 3px;
  23. -moz-border-radius: 3px;
  24. border-radius: 3px;
  25. background: #000000;
  26. padding: 3px;
  27. color: white;
  28. width: 10px;
  29. height: 10px;
  30. cursor: pointer;
  31. line-height: 10px;
  32. text-align: center;
  33. }
  34. .jqvmap-zoomin
  35. {
  36. top: 10px;
  37. }
  38. .jqvmap-zoomout
  39. {
  40. top: 30px;
  41. }
  42. .jqvmap-region
  43. {
  44. cursor: pointer;
  45. }
  46. .jqvmap-ajax_response
  47. {
  48. width: 100%;
  49. height: 500px;
  50. }