From 218177c4e102896bbaa2e71e29ff505bb60c814f Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Sat, 8 Oct 2011 14:20:17 +0000 Subject: [PATCH] --- mashups/openlayers_compacto.css | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ mashups/openlayers_compacto.css.php | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ mashups/theme/default/style.css | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 153 insertions(+), 0 deletions(-) diff --git a/mashups/openlayers_compacto.css b/mashups/openlayers_compacto.css index cd9ec6e..d1a35fa 100644 --- a/mashups/openlayers_compacto.css +++ b/mashups/openlayers_compacto.css @@ -354,6 +354,57 @@ div.olControlMousePosition { .olControlDragFeatureActive.olControlDragFeatureOver.olDragDown { cursor: -moz-grabbing; } + +/** + * Layer switcher + */ +.olControlLayerSwitcher { + position: absolute; + top: 25px; + right: 0px; + width: 20em; + font-family: sans-serif; + font-weight: bold; + margin-top: 3px; + margin-left: 3px; + margin-bottom: 3px; + font-size: smaller; + color: white; + background-color: transparent; + text-align:left; +} + +.olControlLayerSwitcher .layersDiv { + padding-top: 5px; + padding-left: 10px; + padding-bottom: 5px; + padding-right: 75px; + background-color: black; + width: 100%; + height: 100%; + text-align:left; +} + +.olControlLayerSwitcher .layersDiv .baseLbl, +.olControlLayerSwitcher .layersDiv .dataLbl { + margin-top: 3px; + margin-left: 3px; + margin-bottom: 3px; + text-align:left; +} + +.olControlLayerSwitcher .layersDiv .baseLayersDiv, +.olControlLayerSwitcher .layersDiv .dataLayersDiv { + padding-left: 10px; + text-align:left; +} + +.olControlLayerSwitcher .maximizeDiv, +.olControlLayerSwitcher .minimizeDiv { + top: 5px; + right: 0px; + text-align:left; +} .olControlEditingToolbar1 .editorOLpanItemInactive { background-position:-0px 0; } diff --git a/mashups/openlayers_compacto.css.php b/mashups/openlayers_compacto.css.php index beb8f29..3bb78fd 100644 --- a/mashups/openlayers_compacto.css.php +++ b/mashups/openlayers_compacto.css.php @@ -354,6 +354,57 @@ div.olControlMousePosition { .olControlDragFeatureActive.olControlDragFeatureOver.olDragDown { cursor: -moz-grabbing; } + +/** + * Layer switcher + */ +.olControlLayerSwitcher { + position: absolute; + top: 25px; + right: 0px; + width: 20em; + font-family: sans-serif; + font-weight: bold; + margin-top: 3px; + margin-left: 3px; + margin-bottom: 3px; + font-size: smaller; + color: white; + background-color: transparent; + text-align:left; +} + +.olControlLayerSwitcher .layersDiv { + padding-top: 5px; + padding-left: 10px; + padding-bottom: 5px; + padding-right: 75px; + background-color: black; + width: 100%; + height: 100%; + text-align:left; +} + +.olControlLayerSwitcher .layersDiv .baseLbl, +.olControlLayerSwitcher .layersDiv .dataLbl { + margin-top: 3px; + margin-left: 3px; + margin-bottom: 3px; + text-align:left; +} + +.olControlLayerSwitcher .layersDiv .baseLayersDiv, +.olControlLayerSwitcher .layersDiv .dataLayersDiv { + padding-left: 10px; + text-align:left; +} + +.olControlLayerSwitcher .maximizeDiv, +.olControlLayerSwitcher .minimizeDiv { + top: 5px; + right: 0px; + text-align:left; +} .olControlEditingToolbar1 .editorOLpanItemInactive { background-position:-0px 0; } diff --git a/mashups/theme/default/style.css b/mashups/theme/default/style.css index cd29d4d..ca4da3f 100644 --- a/mashups/theme/default/style.css +++ b/mashups/theme/default/style.css @@ -341,3 +341,54 @@ div.olControlMousePosition { .olControlDragFeatureActive.olControlDragFeatureOver.olDragDown { cursor: -moz-grabbing; } + +/** + * Layer switcher + */ +.olControlLayerSwitcher { + position: absolute; + top: 25px; + right: 0px; + width: 20em; + font-family: sans-serif; + font-weight: bold; + margin-top: 3px; + margin-left: 3px; + margin-bottom: 3px; + font-size: smaller; + color: white; + background-color: transparent; + text-align:left; +} + +.olControlLayerSwitcher .layersDiv { + padding-top: 5px; + padding-left: 10px; + padding-bottom: 5px; + padding-right: 75px; + background-color: black; + width: 100%; + height: 100%; + text-align:left; +} + +.olControlLayerSwitcher .layersDiv .baseLbl, +.olControlLayerSwitcher .layersDiv .dataLbl { + margin-top: 3px; + margin-left: 3px; + margin-bottom: 3px; + text-align:left; +} + +.olControlLayerSwitcher .layersDiv .baseLayersDiv, +.olControlLayerSwitcher .layersDiv .dataLayersDiv { + padding-left: 10px; + text-align:left; +} + +.olControlLayerSwitcher .maximizeDiv, +.olControlLayerSwitcher .minimizeDiv { + top: 5px; + right: 0px; + text-align:left; +} -- libgit2 0.21.2