diff --git a/ckanext/odsh/public/odsh.css b/ckanext/odsh/public/odsh.css index fe97be2bb15cf7f0d66f28e7807cba6ff0c8ae70..0eb54f925051fead427036ac4385bdf336f9395c 100644 --- a/ckanext/odsh/public/odsh.css +++ b/ckanext/odsh/public/odsh.css @@ -1243,6 +1243,15 @@ body { { width: 960px; } +.dataset-map-expanded .wrapper { + margin-top: initial; +} +.dataset-map-expanded #dataset-map{ + top:-20px; +} +.dataset-map-expanded .filters{ + margin-top:121px; +} .dataset-map-expanded #dataset-map .module-heading{ border-top: none; }