You are here

openlayers_behavior_fullscreen.css in Openlayers 6.2

.openlayers_map_fullscreen {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  }

.openlayers_behavior_fullscreen_button_panel {
  position: absolute;
  top: 5px;
  right: 5px;
  }

.openlayers_behavior_fullscreen_buttonItemInactive {
  background:url(openlayers_behavior_fullscreen.png);
  width:20px;
  height:20px;
  }
 
.openlayers_map_fullscreen .openlayers_behavior_fullscreen_buttonItemInactive {
  background-position:20px 0;
  }

File

includes/behaviors/js/openlayers_behavior_fullscreen.css
View source
  1. .openlayers_map_fullscreen {
  2. position: fixed;
  3. z-index: 9999;
  4. background-color: #fff;
  5. top: 0;
  6. left: 0;
  7. height: 100% !important;
  8. width: 100% !important;
  9. }
  10. .openlayers_behavior_fullscreen_button_panel {
  11. position: absolute;
  12. top: 5px;
  13. right: 5px;
  14. }
  15. .openlayers_behavior_fullscreen_buttonItemInactive {
  16. background:url(openlayers_behavior_fullscreen.png);
  17. width:20px;
  18. height:20px;
  19. }
  20. .openlayers_map_fullscreen .openlayers_behavior_fullscreen_buttonItemInactive {
  21. background-position:20px 0;
  22. }