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 /chimere_example_static/chimere/css | |
| parent | a22660d8b673bfdad7111b2762ba1c6fe334a438 (diff) | |
| download | Chimère-99f583fa7ae02ca82cf86ce20a6a807cec8ae820.tar.bz2 Chimère-99f583fa7ae02ca82cf86ce20a6a807cec8ae820.zip | |
More explicit layer switcher
Diffstat (limited to 'chimere_example_static/chimere/css')
| -rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 7 |
1 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; } |
