diff options
-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; } |