minor layout adjustment for when there is no data
This commit is contained in:
parent
5795a0c65b
commit
3978f30413
1 changed files with 2 additions and 1 deletions
|
@ -369,10 +369,11 @@ $(document).ready(function(){
|
||||||
var html = i18nStrings.currentlyNoResearchers;
|
var html = i18nStrings.currentlyNoResearchers;
|
||||||
$('section#home-geo-focus div#timeIndicatorGeo span').html(html);
|
$('section#home-geo-focus div#timeIndicatorGeo span').html(html);
|
||||||
$('section#home-geo-focus').css("height","175px");
|
$('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#mapGlobal').hide();
|
||||||
$('section#home-geo-focus div#mapCountry').hide();
|
$('section#home-geo-focus div#mapCountry').hide();
|
||||||
$('section#home-geo-focus div#mapLocal').hide();
|
$('section#home-geo-focus div#mapLocal').hide();
|
||||||
|
$('section#home-geo-focus div#mapControls').hide();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$.each(results, function() {
|
$.each(results, function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue