diff options
| author | Étienne Loks <etienne.loks@peacfrogs.net> | 2013-02-06 16:47:57 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacfrogs.net> | 2013-02-06 16:47:57 +0100 |
| commit | 5d587d1b524efd8210405903608e0b1263c1a5a6 (patch) | |
| tree | 23f5c82b48ec9039f99ba1ac179d20b2769e98ba /chimere | |
| parent | 02004f090c5a98bbeda6f6cdad708b95ea717ab1 (diff) | |
| parent | 5e5f5f3b1e0d28371c689c2aafd6d14d3303b49f (diff) | |
| download | Chimère-5d587d1b524efd8210405903608e0b1263c1a5a6.tar.bz2 Chimère-5d587d1b524efd8210405903608e0b1263c1a5a6.zip | |
Merge branch 'master' of ssh://daenerys.peacefrogs.net/var/local/git/chimere
Diffstat (limited to 'chimere')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 5 | ||||
| -rw-r--r-- | chimere/static/chimere/js/jquery.chimere.js | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 88f1b5e..c30d259 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -879,3 +879,8 @@ div.pp_default .pp_expand{ left:10px; background-position: -15px -80px; } + +.olControlAttribution{ + left:6px; + bottom:5px; +} diff --git a/chimere/static/chimere/js/jquery.chimere.js b/chimere/static/chimere/js/jquery.chimere.js index 2c8bb97..dbf820c 100644 --- a/chimere/static/chimere/js/jquery.chimere.js +++ b/chimere/static/chimere/js/jquery.chimere.js @@ -123,6 +123,8 @@ OpenLayers.Layer.MapQuestOSM = OpenLayers.Class(OpenLayers.Layer.XYZ, { /* Create map object */ settings.map = map = new OpenLayers.Map(map_element, map_options); + map.addControl(new OpenLayers.Control.Attribution()); + /* Manage permalink */ if (!settings.edition){ if (settings.permalink == null && !settings.edition) { |
