added time indicator wheel to faculty section on home page

This commit is contained in:
tworrall 2013-05-14 12:51:50 -04:00
parent a618253d0c
commit 27b6c51ce0
3 changed files with 9 additions and 3 deletions

View file

@ -329,7 +329,7 @@ $(document).ready(function(){
researchAreas["features"].push(this); researchAreas["features"].push(this);
}); });
buildGlobalMap(); buildGlobalMap();
$('div#timeIndicator').hide(); $('div#timeIndicatorGeo').hide();
} }
} }
}); });

View file

@ -17,7 +17,11 @@
<#macro facultyMbrHtml> <#macro facultyMbrHtml>
<section id="home-faculty-mbrs" class="home-sections" > <section id="home-faculty-mbrs" class="home-sections" >
<h4>Faculty</h4> <h4>Faculty</h4>
<div id="tempSpacing">&nbsp;</div> <div id="tempSpacing">
<span>Loading faculty . . .&nbsp;&nbsp;&nbsp;
<img src="${urls.images}/indicatorWhite.gif">
</span>
</div>
<div id="research-faculty-mbrs"> <div id="research-faculty-mbrs">
<!-- populated via an ajax call --> <!-- populated via an ajax call -->
<ul id="facultyThumbs"> <ul id="facultyThumbs">
@ -178,7 +182,7 @@ var urlsBase = "${urls.base}";
</div> </div>
--> -->
<div id="researcherTotal"></div> <div id="researcherTotal"></div>
<div id="timeIndicator"> <div id="timeIndicatorGeo">
<span>Loading map information . . .&nbsp;&nbsp;&nbsp; <span>Loading map information . . .&nbsp;&nbsp;&nbsp;
<img src="${urls.images}/indicatorWhite.gif"> <img src="${urls.images}/indicatorWhite.gif">
</span> </span>

View file

@ -1008,6 +1008,8 @@ a.view-all-style {
width: 86px; width: 86px;
} }
div#tempSpacing { div#tempSpacing {
margin-top:30px;
padding-left:20px;
height:325px; height:325px;
} }
div#research-faculty-mbrs { div#research-faculty-mbrs {