PluginProbe
WP Directory Kit / 1.3.2
WP Directory Kit v1.3.2
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / public / js / openstreetmap / leaflet.fullscreen.css

leaflet.fullscreen.css in WP Directory Kit 1.3.2, at public/js/openstreetmap/leaflet.fullscreen.css

10 lines 1004 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .fullscreen-icon { background-image: url(icon-fullscreen.svg); background-size:26px 52px; }
2 .fullscreen-icon.leaflet-fullscreen-on { background-position:2px -26px; }
3 .leaflet-touch .fullscreen-icon { background-position: 4px 4.5px }
4 .leaflet-touch .fullscreen-icon.leaflet-fullscreen-on { background-position: 4px -22px; }
5 /* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
6 .leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
7 .leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
8 .leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
9 .leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
10 .leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }