X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=js%2Fsrc%2Fgeo%2Findex.html;h=bfc2233d70ad556227344b7bc5ae99b3359be8dc;hb=b4b19aebd564f6be5195f2e5ea1499ac8a3f40e7;hp=bafe7fed417f385241b4061f7c216f9b2c59fa3e;hpb=2bdad474db365c49118b5a8e2d58c258d53b3d78;p=gpl%2Fargeo-suite.git diff --git a/js/src/geo/index.html b/js/src/geo/index.html index bafe7fe..bfc2233 100644 --- a/js/src/geo/index.html +++ b/js/src/geo/index.html @@ -52,6 +52,20 @@ content: "✖"; } + .map .ol-scale-line { + bottom: 0px; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); + } + + .map .ol-scale-bar { + bottom: 0px; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); + } + #popup-content { font: 16px sans-serif; }