From 27b6c51ce0de74b45b7757a7c49b3919349cf88f Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 14 May 2013 12:51:50 -0400 Subject: [PATCH] added time indicator wheel to faculty section on home page --- productMods/js/homePageMaps.js | 2 +- productMods/templates/freemarker/lib/lib-home-page.ftl | 8 ++++++-- themes/wilma/css/wilma.css | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/productMods/js/homePageMaps.js b/productMods/js/homePageMaps.js index 1af75e4a..4f0327b6 100644 --- a/productMods/js/homePageMaps.js +++ b/productMods/js/homePageMaps.js @@ -329,7 +329,7 @@ $(document).ready(function(){ researchAreas["features"].push(this); }); buildGlobalMap(); - $('div#timeIndicator').hide(); + $('div#timeIndicatorGeo').hide(); } } }); diff --git a/productMods/templates/freemarker/lib/lib-home-page.ftl b/productMods/templates/freemarker/lib/lib-home-page.ftl index 63853e69..f2d8533b 100644 --- a/productMods/templates/freemarker/lib/lib-home-page.ftl +++ b/productMods/templates/freemarker/lib/lib-home-page.ftl @@ -17,7 +17,11 @@ <#macro facultyMbrHtml>

Faculty

-
 
+
+ Loading faculty . . .    + + +
    @@ -178,7 +182,7 @@ var urlsBase = "${urls.base}";
-->
-
+
Loading map information . . .    diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 0f46048b..3793ec66 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -1008,6 +1008,8 @@ a.view-all-style { width: 86px; } div#tempSpacing { + margin-top:30px; + padding-left:20px; height:325px; } div#research-faculty-mbrs {