From 0eea76cee94147145f3dea08b77c1979e4582696 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 26 Feb 2015 01:25:44 +0100 Subject: Fix layer switcher layout --- chimere_example_static/chimere/css/extra-styles.css | 21 ++++++++++++++++++--- 1 file 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; } -- cgit v1.2.3