diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-26 01:25:44 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-26 01:25:44 +0100 |
commit | 0eea76cee94147145f3dea08b77c1979e4582696 (patch) | |
tree | 7e039ebf829b11d68c6e6024a9737dd162a169ba | |
parent | 3fd1717624fb16da8238922f9257e8d944638c0b (diff) | |
download | Chimère - projet de référence-0eea76cee94147145f3dea08b77c1979e4582696.tar.bz2 Chimère - projet de référence-0eea76cee94147145f3dea08b77c1979e4582696.zip |
Fix layer switcher layout
-rw-r--r-- | chimere_example_static/chimere/css/extra-styles.css | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/chimere_example_static/chimere/css/extra-styles.css b/chimere_example_static/chimere/css/extra-styles.css index 39e14f8..9cec018 100644 --- a/chimere_example_static/chimere/css/extra-styles.css +++ b/chimere_example_static/chimere/css/extra-styles.css @@ -8,6 +8,10 @@ h2, h3 { background-color: transparent; } +a:hover, a:focus { + color: #327E04; +} + .modal-backdrop.in { opacity: 0.1; } @@ -56,8 +60,19 @@ input{ width:inherit; } -a:hover, a:focus { - color: #327E04; +label.labelSpan.olButton{ + margin:0; + margin-left:5px; +} + +.baseLayersDiv input{ + margin-left:5px; +} + +#content .olControlLayerSwitcher .layersDiv { + border-radius: 0; + border:1px solid; + border-color: #E6E6E6; } .container{ @@ -85,7 +100,7 @@ a:hover, a:focus { padding: 0.2em 0.4em; } -#panel, #detail-wrapper{ +#content .olControlLayerSwitcher .layersDiv, #panel, #detail-wrapper{ background-color: #F8F8F8; } |