module.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <div ng-controller="map" ng-init="init()"><style>.jvectormap-label {
  2. position: absolute;
  3. display: none;
  4. visibility: hidden;
  5. border: solid 1px #CDCDCD;
  6. -webkit-border-radius: 3px;
  7. -moz-border-radius: 3px;
  8. border-radius: 3px;
  9. background: #292929;
  10. color: white;
  11. font-family: sans-serif, Verdana;
  12. font-size: smaller;
  13. padding: 3px;
  14. }
  15. .jvectormap-zoomin, .jvectormap-zoomout {
  16. position: absolute;
  17. left: 10px;
  18. -webkit-border-radius: 3px;
  19. -moz-border-radius: 3px;
  20. border-radius: 3px;
  21. background: #292929;
  22. padding: 3px;
  23. color: white;
  24. width: 10px;
  25. height: 10px;
  26. cursor: pointer;
  27. line-height: 10px;
  28. text-align: center;
  29. }
  30. .jvectormap {
  31. position: relative;
  32. }
  33. .jvectormap-zoomin {
  34. display: none;
  35. top: 10px;
  36. }
  37. .jvectormap-zoomout {
  38. display: none;
  39. top: 30px;
  40. }
  41. .map-legend {
  42. color : #c8c8c8;
  43. padding : 10px;
  44. font-size: 11pt;
  45. font-weight: 200;
  46. background-color: #1f1f1f;
  47. border-radius: 5px;
  48. position: absolute;
  49. right: 0px;
  50. top: 15px;
  51. display: none;
  52. z-index: 99;
  53. }</style><span ng-show="panel.spyable" class="spy panelextra pointer"><i bs-modal="'app/partials/modal.html'" class="icon-eye-open"></i></span><div class="jvectormap" map="" params="{{panel}}" style="height:{{panel.height || row.height}}"></div></div>