openlayers.css 653 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .openlayers-map-container {
  2. overflow: hidden;
  3. position: relative;
  4. }
  5. .openlayers-map {
  6. height: 100%;
  7. width: 100%;
  8. }
  9. .openlayers-map .ol-mouse-position {
  10. top: auto;
  11. right: auto;
  12. bottom: 0;
  13. left: 8px;
  14. position: absolute;
  15. }
  16. .openlayers-map .ol-attribution ul {
  17. margin: 0 0 0 0;
  18. padding: 0 0 0 0;
  19. }
  20. .openlayers-map:-webkit-full-screen {
  21. height:100%;
  22. width:100%;
  23. }
  24. .openlayers-map:-moz-full-screen {
  25. height:100%;
  26. width:100%;
  27. }
  28. .openlayers-map:-ms-fullscreen {
  29. height:100%;
  30. width:100%;
  31. }
  32. .openlayers-map:full-screen {
  33. height:100%;
  34. width:100%;
  35. }
  36. .popover {
  37. z-index: auto;
  38. }
  39. .popover-content {
  40. min-width: 180px;
  41. }