X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d04e3ac9f86d04fbb30a71d5d10f59bd70a25d9e..c0b47c0c2a3c31b42ef946aa6e07b85305091a0c:/app/assets/stylesheets/embed.css.scss diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss new file mode 100644 index 000000000..024f73d36 --- /dev/null +++ b/app/assets/stylesheets/embed.css.scss @@ -0,0 +1,27 @@ +/* + *= require leaflet + */ + +html { + width: 100%; + height: 100%; +} + +body { + width: 100%; + height: 100%; + margin: 0px; +} + +#map { + width: 100%; + height: 100%; +} + +.leaflet-control-zoom-in { + background-image: image-url("images/zoom-in.png"); +} + +.leaflet-control-zoom-out { + background-image: image-url("images/zoom-out.png"); +}