From 3978f304134cfd98ad55619a71602ce7f4773c06 Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 4 Dec 2013 15:26:09 -0500 Subject: [PATCH] minor layout adjustment for when there is no data --- productMods/js/homePageMaps.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/productMods/js/homePageMaps.js b/productMods/js/homePageMaps.js index 05885095..476fd2fd 100644 --- a/productMods/js/homePageMaps.js +++ b/productMods/js/homePageMaps.js @@ -369,10 +369,11 @@ $(document).ready(function(){ var html = i18nStrings.currentlyNoResearchers; $('section#home-geo-focus div#timeIndicatorGeo span').html(html); $('section#home-geo-focus').css("height","175px"); - $('section#home-geo-focus div#timeIndicator').css("margin-top","50px"); + $('section#home-geo-focus div#timeIndicatorGeo').css("margin-top","50px"); $('section#home-geo-focus div#mapGlobal').hide(); $('section#home-geo-focus div#mapCountry').hide(); $('section#home-geo-focus div#mapLocal').hide(); + $('section#home-geo-focus div#mapControls').hide(); } else { $.each(results, function() {