Port over the full-screen, geojson and geolocation-orientation examples
This commit is contained in:
committed by
Andreas Hocevar
parent
78ce9de4af
commit
2ebefc4466
15
examples_src/full-screen.css
Normal file
15
examples_src/full-screen.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.map:-moz-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
.map:-webkit-full-screen {
|
||||
height: 100%;
|
||||
}
|
||||
.map:-ms-fullscreen {
|
||||
height: 100%;
|
||||
}
|
||||
.map:fullscreen {
|
||||
height: 100%;
|
||||
}
|
||||
.ol-rotate {
|
||||
top: 3em;
|
||||
}
|
||||
Reference in New Issue
Block a user