UNPKG
osh-js
Version:
latest (3.0.0)
3.0.0
2.1.0
2.0.1
1.0.0
OSH javascript Toolkit
github.com/opensensorhub/osh-js
opensensorhub/osh-js
osh-js
/
source
/
core
/
resources
/
css
/
ol.css
15 lines
(14 loc)
•
222 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.map
:-webkit-full-screen {
height
:
100%
;
margin
:
0
; }
.map
:-ms-fullscreen {
height
:
100%
; }
.map
:fullscreen
{
height
:
100%
; }
/* position the rotate control lower than usual */
.ol-rotate
{
top
:
3em
; }