Merge pull request #3394 from fredj/fullscreen-css-name

Fix fullscreen pseudo CSS class name
This commit is contained in:
Frédéric Junod
2015-03-26 09:00:57 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
.map:-webkit-full-screen {
height: 100%;
}
.map:full-screen {
.map:fullscreen {
height: 100%;
}
</style>

View File

@@ -18,7 +18,7 @@
.map:-ms-fullscreen {
height: 100%;
}
.map:full-screen {
.map:fullscreen {
height: 100%;
}
.ol-rotate {