From 0924a3a05042cb3a94d001de1dbdc79fc976cec4 Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Mon, 24 Aug 2009 18:52:43 +0000
Subject: [PATCH] fixed video list positioning for IE.

---
 customindex/views/default/customindex/css.php      | 1 +
 customindex/views/default/customindex/metatags.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/customindex/views/default/customindex/css.php b/customindex/views/default/customindex/css.php
index 8b6ea9f5..e2c4ff5c 100644
--- a/customindex/views/default/customindex/css.php
+++ b/customindex/views/default/customindex/css.php
@@ -188,6 +188,7 @@ end three equal panels */
 	position:absolute;
 	bottom:5px;
 	width:640px;
+	left:5px;
 	text-align:center;
 }
 #promoVideoList a {
diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php
index f4eb30d5..fcd0ee57 100644
--- a/customindex/views/default/customindex/metatags.php
+++ b/customindex/views/default/customindex/metatags.php
@@ -40,7 +40,7 @@
 
 	WDN.jQuery(window).load(function(){
 		WDN.jQuery("#FE_InfoWindow").wrap("<div id='xxx'></div>");
-		WDN.jQuery("#promoVideoList").hide();
+		//WDN.jQuery("#promoVideoList").hide();
 	});
 	WDN.jQuery(document).ready(function(){
 		WDN.jQuery("#headlines>div").click(function(){
-- 
GitLab