You are here

openlayers.css in Openlayers 7.3

Same filename and directory in other branches
  1. 7.2 css/openlayers.css
.openlayers-map-container {
  overflow: hidden;
  position: relative;
}

.openlayers-map {
  height: 100%;
  width: 100%;
}

.openlayers-map .ol-mouse-position {
  top: auto;
  right: auto;
  bottom: 0;
  left: 8px;
  position: absolute;
}

.openlayers-map .ol-attribution ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.openlayers-map:-webkit-full-screen {
  height: 100%;
  width: 100%;
}
.openlayers-map:-moz-full-screen {
  height: 100%;
  width: 100%;
}
.openlayers-map:-ms-fullscreen {
  height: 100%;
  width: 100%;
}
.openlayers-map:full-screen {
  height: 100%;
  width: 100%;
}

.popover {
  z-index: auto;
}
.popover-content {
  min-width: 180px;
}

File

css/openlayers.css
View source
  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. }