jqvmap.css 908 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*!
  2. * jQVMap Version 1.0
  3. *
  4. * http://jqvmap.com
  5. *
  6. * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
  7. * Licensed under the MIT license.
  8. *
  9. * Fork Me @ https://github.com/manifestinteractive/jqvmap
  10. */
  11. .jqvmap-label {
  12. position: absolute;
  13. display: none;
  14. background: #292929;
  15. color: white;
  16. font-family: 'Roboto', sans-serif;
  17. font-size: smaller;
  18. padding: 3px;
  19. }
  20. .jqvmap-zoomin, .jqvmap-zoomout {
  21. position: absolute;
  22. left: 10px;
  23. -webkit-border-radius: 3px;
  24. -moz-border-radius: 3px;
  25. border-radius: 3px;
  26. background: #000000;
  27. padding: 1px;
  28. color: white;
  29. width: 10px;
  30. height: 10px;
  31. cursor: pointer;
  32. line-height: 9px;
  33. text-align: center;
  34. }
  35. .jqvmap-zoomin {
  36. top: 10px;
  37. }
  38. .jqvmap-zoomout {
  39. top: 30px;
  40. }
  41. .jqvmap-region {
  42. cursor: pointer;
  43. }
  44. .jqvmap-ajax_response {
  45. width: 100%;
  46. height: 500px;
  47. }