diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-03-29 20:28:19 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-03-29 20:28:19 +0200 |
commit | 99f583fa7ae02ca82cf86ce20a6a807cec8ae820 (patch) | |
tree | 11846b4985c437fe2fca55e24f964c7bb594ead9 | |
parent | a22660d8b673bfdad7111b2762ba1c6fe334a438 (diff) | |
download | Chimère - projet de référence-99f583fa7ae02ca82cf86ce20a6a807cec8ae820.tar.bz2 Chimère - projet de référence-99f583fa7ae02ca82cf86ce20a6a807cec8ae820.zip |
More explicit layer switcher
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 7 | ||||
-rw-r--r-- | chimere_example_static/chimere/img/layer-switcher-maximize.png | bin | 0 -> 1433 bytes |
2 files changed, 6 insertions, 1 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index 42951a3..a099929 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -443,12 +443,17 @@ span#permalink, .navbar-nav .lbl, #areas-div label, #permalink, #simple_button, } #content .olControlSimplePanZoom{ - top: 18px !important; + top: 58px !important; left: auto !important; right:50px !important; } +#content .olControlLayerSwitcher .maximizeDiv{ + left: -60px !important; +} + #content #main-map .olControlLayerSwitcher { left: auto !important; right:50px !important; + top:10px !important; } diff --git a/chimere_example_static/chimere/img/layer-switcher-maximize.png b/chimere_example_static/chimere/img/layer-switcher-maximize.png Binary files differnew file mode 100644 index 0000000..326f243 --- /dev/null +++ b/chimere_example_static/chimere/img/layer-switcher-maximize.png |