Index: webapp/cms/skins/odf/resources/css/services/search.css =================================================================== --- webapp/cms/skins/odf/resources/css/services/search.css (revision 26893) +++ webapp/cms/skins/odf/resources/css/services/search.css (working copy) @@ -331,4 +331,26 @@ .facets-criteria a.see-all { font-style:italic; -} \ No newline at end of file +} + +/* Geocode */ +.search.search-map div.map +{ + margin: 20px auto; + border-width: 1px; + border-style: solid; + width: 100%; +} + +.search.search-map div.results li.hit.page div.geoloc-info +{ + float: left; +} + +.search.search-map div.results li.hit.page div.geoloc-info img.geo-pin +{ + border: none; + margin: 0 8px 0 0; + position: relative; + top: -5px; +} Index: webapp/cms/skins/odf/resources/css/services/filtered-contents-map.css =================================================================== --- webapp/cms/skins/odf/resources/css/services/filtered-contents-map.css (revision 0) +++ webapp/cms/skins/odf/resources/css/services/filtered-contents-map.css (revision 0) @@ -0,0 +1,36 @@ +/* + * Copyright 2012 Anyware Services + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/* +CSS FOR FILTERED-CONTENTS-CAROUSEL +*/ + +.filtered-contents.map-list div.map +{ + margin: 20px auto; + border-width: 1px; + border-style: solid; + width: 100%; +} + +.filtered-contents.map-list .ametys-cms-content img.geo-pin +{ + border: none; + margin: 0 8px 0 0; + float: left; + position: relative; + top: -5px; +} Index: webapp/cms/skins/odf/services/web/pages/services/filtered-contents/map-list.xsl =================================================================== --- webapp/cms/skins/odf/services/web/pages/services/filtered-contents/map-list.xsl (revision 0) +++ webapp/cms/skins/odf/services/web/pages/services/filtered-contents/map-list.xsl (revision 0) @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + Index: webapp/cms/skins/odf/services/web/pages/services/search/search-map.xsl =================================================================== --- webapp/cms/skins/odf/services/web/pages/services/search/search-map.xsl (revision 0) +++ webapp/cms/skins/odf/services/web/pages/services/search/search-map.xsl (revision 0) @@ -0,0 +1,42 @@ + + + + + + + + + + +